Html Css Color HEX #40604F Plantation

📋 copy color: '#40604F'

red 64 ◦ green 96 ◦ blue 79

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

Shades of Plantation #40604F

Tints of Plantation #40604F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 33.05%

R = 26.78%
G = 40.17%
B = 33.05%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#40604F (or 0x40604F) is known color: Plantation. HEX triplet: 40, 60 and 4F. RGB value is (64,96,79). Sum of RGB (Red+Green+Blue) = 64+96+79=239 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.78% from 239); Green value is 96 (37.89% from 255 or 40.17% from 239); Blue value is 79 (31.25% from 255 or 33.05% from 239); Max value from RGB is 96 - color contains mainly: green. Hex color #40604F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40604F is #BF9FB0. Grayscale: #545454. Windows color (decimal): -12558257 or 5201984. OLE color: 5201984.

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

Color convert

RGB 64 96 79 -
CMYK 0.33 0 0.18 0.62
HSL 148.13º 0.2% 0.31% -
HSV(B) 148.13º 0.33% 0.38% -
XYZ 7.71 10.02 8.92 -
YUV 84.49 124.9 113.38 -
System Red Green Blue C M Y K H S L
Decimal 64 96 79 0.33 0 0.18 0.62 148.13 0.2 0.31
Hex 40 60 4F 21 0 12 3E 94 14 1F
Octal 100 140 117 41 0 22 76 224 24 37
Binary 1000000 1100000 1001111 100001 0 10010 111110 10010100 10100 11111

Color Harmonies of #40604F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40604F

Black with #40604F

Text Example


Text Example

White with #40604F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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