Html Css Color HEX #40604C Plantation

📋 copy color: '#40604C'

red 64 ◦ green 96 ◦ blue 76

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

Shades of Plantation #40604C

Tints of Plantation #40604C

RGB

 RED value IS 64 (25.39% from 255) = 27.12%

 GREEN value IS 96 (37.89% from 255) = 40.68%

 BLUE value IS 76 (30.08% from 255) = 32.2%

R = 27.12%
G = 40.68%
B = 32.2%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#40604C (or 0x40604C) is known color: Plantation. HEX triplet: 40, 60 and 4C. RGB value is (64,96,76). Sum of RGB (Red+Green+Blue) = 64+96+76=236 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.12% from 236); Green value is 96 (37.89% from 255 or 40.68% from 236); Blue value is 76 (30.08% from 255 or 32.20% from 236); Max value from RGB is 96 - color contains mainly: green. Hex color #40604C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40604C is #BF9FB3. Grayscale: #545454. Windows color (decimal): -12558260 or 5005376. OLE color: 5005376.

HSL color Cylindrical-coordinate representation of color #40604C: hue angle of 142.5º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #40604C is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 96 76 -
CMYK 0.33 0 0.21 0.62
HSL 142.5º 0.2% 0.31% -
HSV(B) 142.5º 0.33% 0.38% -
XYZ 7.6 9.98 8.36 -
YUV 84.15 123.4 113.63 -
System Red Green Blue C M Y K H S L
Decimal 64 96 76 0.33 0 0.21 0.62 142.5 0.2 0.31
Hex 40 60 4C 21 0 15 3E 8E 14 1F
Octal 100 140 114 41 0 25 76 216 24 37
Binary 1000000 1100000 1001100 100001 0 10101 111110 10001110 10100 11111

Color Harmonies of #40604C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40604C

Black with #40604C

Text Example


Text Example

White with #40604C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40604C; }

 p { color: rgb(64,96,76); }

 H1.HeaderClassName
 {
   color: #40604C;
 }
 .AnyTagClassName
 {
   color: #40604C;
 }
</style>

background-color css

<style>
 a { background-color: #40604C; }

 a { background-color: rgb(64,96,76); }

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

border-color css

<style>
 span { border-color: #40604C; }

 span { border-color: rgb(64,96,76); }

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