Html Css Color HEX #405948 Plantation

📋 copy color: '#405948'

red 64 ◦ green 89 ◦ blue 72

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

Shades of Plantation #405948

Tints of Plantation #405948

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.56%

 BLUE value IS 72 (28.52% from 255) = 32%

R = 28.44%
G = 39.56%
B = 32%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#405948 (or 0x405948) is known color: Plantation. HEX triplet: 40, 59 and 48. RGB value is (64,89,72). Sum of RGB (Red+Green+Blue) = 64+89+72=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 89 (35.16% from 255 or 39.56% from 225); Blue value is 72 (28.52% from 255 or 32% from 225); Max value from RGB is 89 - color contains mainly: green. Hex color #405948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405948 is #BFA6B7. Grayscale: #4F4F4F. Windows color (decimal): -12560056 or 4741440. OLE color: 4741440.

HSL color Cylindrical-coordinate representation of color #405948: hue angle of 139.2º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #405948 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 89 72 -
CMYK 0.28 0 0.19 0.65
HSL 139.2º 0.16% 0.3% -
HSV(B) 139.2º 0.28% 0.35% -
XYZ 6.86 8.7 7.45 -
YUV 79.59 123.72 116.88 -
System Red Green Blue C M Y K H S L
Decimal 64 89 72 0.28 0 0.19 0.65 139.2 0.16 0.3
Hex 40 59 48 1C 0 13 41 8B 10 1E
Octal 100 131 110 34 0 23 101 213 20 36
Binary 1000000 1011001 1001000 11100 0 10011 1000001 10001011 10000 11110

Color Harmonies of #405948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405948

Black with #405948

Text Example


Text Example

White with #405948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405948; }

 p { color: rgb(64,89,72); }

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

background-color css

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

 a { background-color: rgb(64,89,72); }

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

border-color css

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

 span { border-color: rgb(64,89,72); }

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