#42614F

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

Shades of Plantation #42614F

Tints of Plantation #42614F

Color information

#42614F (or 0x42614F) is unknown color: approx Plantation. HEX triplet: 42, 61 and 4F. RGB value is (66,97,79). Sum of RGB (Red+Green+Blue) = 66+97+79=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 79 (31.25% from 255 or 32.64% from 242); Max value from RGB is 97 - color contains mainly: green. Hex color #42614F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42614F is #BD9EB0. Grayscale: #555555. Windows color (decimal): -12426929 or 5202242. OLE color: 5202242.

HSL color Cylindrical-coordinate representation of color #42614F: hue angle of 145.16º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #42614F is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB669779-
CMYK0.3200.190.62
HSL145.16º19.02%31.96%-
HSV(B)145.16º31.96%38.04%-
XYZ7.9310.278.96-
YUV85.68124.23113.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.27%
GREEN value IS 97 (38.28% from 255) = 40.08%
BLUE value IS 79 (31.25% from 255) = 32.64%
R=27.27%
G=40.08%
B=32.64%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6697790.3200.190.62145.1619.0231.96
Hex42614F200133E911320
Octal10214111740023762212340
Binary1000010110000110011111000000100111111101001000110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42614F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42614F; }

 p { color: rgb(66,97,79); }

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

<style>
 a { background-color: #42614F; }

 a { background-color: rgb(66,97,79); }

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

<style>
 span { border-color: #42614F; }

 span { border-color: rgb(66,97,79); }

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