#3A614B

Color #3A614B Plantation (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plantation #3A614B

Tints of Plantation #3A614B

Color information

#3A614B (or 0x3A614B) is unknown color: approx Plantation. HEX triplet: 3A, 61 and 4B. RGB value is (58,97,75). Sum of RGB (Red+Green+Blue) = 58+97+75=230 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.22% from 230); Green value is 97 (38.28% from 255 or 42.17% from 230); Blue value is 75 (29.69% from 255 or 32.61% from 230); Max value from RGB is 97 - color contains mainly: green. Hex color #3A614B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A614B is #C59EB4. Grayscale: #525252. Windows color (decimal): -12951221 or 4940090. OLE color: 4940090.

HSL color Cylindrical-coordinate representation of color #3A614B: hue angle of 146.15º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3A614B is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB589775-
CMYK0.4000.230.62
HSL146.15º25.16%30.39%-
HSV(B)146.15º40.21%38.04%-
XYZ7.299.968.19-
YUV82.83123.58110.29-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.22%
GREEN value IS 97 (38.28% from 255) = 42.17%
BLUE value IS 75 (29.69% from 255) = 32.61%
R=25.22%
G=42.17%
B=32.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5897750.4000.230.62146.1525.1630.39
Hex3A614B280173E92191e
Octal7214111350027762223136
Binary11101011000011001011101000010111111110100100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A614B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3A614B;
 }
 .AnyTagClassName
 {
   color: #3A614B;
 }
</style>
background-color css

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

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

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

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

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

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