Html Css Color HEX #40604D Plantation

📋 copy color: '#40604D'

red 64 ◦ green 96 ◦ blue 77

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

Shades of Plantation #40604D

Tints of Plantation #40604D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 32.49%

R = 27%
G = 40.51%
B = 32.49%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#40604D (or 0x40604D) is known color: Plantation. HEX triplet: 40, 60 and 4D. RGB value is (64,96,77). Sum of RGB (Red+Green+Blue) = 64+96+77=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 96 (37.89% from 255 or 40.51% from 237); Blue value is 77 (30.47% from 255 or 32.49% from 237); Max value from RGB is 96 - color contains mainly: green. Hex color #40604D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40604D is #BF9FB2. Grayscale: #545454. Windows color (decimal): -12558259 or 5070912. OLE color: 5070912.

HSL color Cylindrical-coordinate representation of color #40604D: hue angle of 144.38º 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 #40604D is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 96 77 -
CMYK 0.33 0 0.20 0.62
HSL 144.38º 0.2% 0.31% -
HSV(B) 144.38º 0.33% 0.38% -
XYZ 7.64 9.99 8.55 -
YUV 84.27 123.9 113.54 -
System Red Green Blue C M Y K H S L
Decimal 64 96 77 0.33 0 0.20 0.62 144.38 0.2 0.31
Hex 40 60 4D 21 0 14 3E 90 14 1F
Octal 100 140 115 41 0 24 76 220 24 37
Binary 1000000 1100000 1001101 100001 0 10100 111110 10010000 10100 11111

Color Harmonies of #40604D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40604D

Black with #40604D

Text Example


Text Example

White with #40604D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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