Html Css Color HEX #3A5A4B Plantation

📋 copy color: '#3A5A4B'

red 58 ◦ green 90 ◦ blue 75

#3A5A4B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Plantation #3A5A4B

Tints of Plantation #3A5A4B

RGB

 RED value IS 58 (23.05% from 255) = 26.01%

 GREEN value IS 90 (35.55% from 255) = 40.36%

 BLUE value IS 75 (29.69% from 255) = 33.63%

R = 26.01%
G = 40.36%
B = 33.63%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.17

 K value IS 0.65

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3A5A4B (or 0x3A5A4B) is known color: Plantation. HEX triplet: 3A, 5A and 4B. RGB value is (58,90,75). Sum of RGB (Red+Green+Blue) = 58+90+75=223 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.01% from 223); Green value is 90 (35.55% from 255 or 40.36% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 90 - color contains mainly: green. Hex color #3A5A4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5A4B is #C5A5B4. Grayscale: #4E4E4E. Windows color (decimal): -12953013 or 4938298. OLE color: 4938298.

HSL color Cylindrical-coordinate representation of color #3A5A4B: hue angle of 151.88º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3A5A4B is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB 58 90 75 -
CMYK 0.36 0 0.17 0.65
HSL 151.88º 0.22% 0.29% -
HSV(B) 151.88º 0.36% 0.35% -
XYZ 6.67 8.72 7.99 -
YUV 78.72 125.9 113.22 -
System Red Green Blue C M Y K H S L
Decimal 58 90 75 0.36 0 0.17 0.65 151.88 0.22 0.29
Hex 3A 5A 4B 24 0 11 41 98 16 1D
Octal 72 132 113 44 0 21 101 230 26 35
Binary 111010 1011010 1001011 100100 0 10001 1000001 10011000 10110 11101

Color Harmonies of #3A5A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5A4B

Black with #3A5A4B

Text Example


Text Example

White with #3A5A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A5A4B; }

 p { color: rgb(58,90,75); }

 H1.HeaderClassName
 {
   color: #3A5A4B;
 }
 .AnyTagClassName
 {
   color: #3A5A4B;
 }
</style>

background-color css

<style>
 a { background-color: #3A5A4B; }

 a { background-color: rgb(58,90,75); }

 div.DivClassName
 {
   background-color: #3A5A4B;
 }
 .BgClassName
 {
   background-color: #3A5A4B;
 }
</style>

border-color css

<style>
 span { border-color: #3A5A4B; }

 span { border-color: rgb(58,90,75); }

 td.TdClassName
 {
   border-color: #3A5A4B;
 }
 .TagClassName
 {
   border-color: #3A5A4B;
 }
</style>