Html Css Color HEX #395948 Plantation

📋 copy color: '#395948'

red 57 ◦ green 89 ◦ blue 72

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

Shades of Plantation #395948

Tints of Plantation #395948

RGB

 RED value IS 57 (22.66% from 255) = 26.15%

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

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

R = 26.15%
G = 40.83%
B = 33.03%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#395948 (or 0x395948) is known color: Plantation. HEX triplet: 39, 59 and 48. RGB value is (57,89,72). Sum of RGB (Red+Green+Blue) = 57+89+72=218 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.15% from 218); Green value is 89 (35.16% from 255 or 40.83% from 218); Blue value is 72 (28.52% from 255 or 33.03% from 218); Max value from RGB is 89 - color contains mainly: green. Hex color #395948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395948 is #C6A6B7. Grayscale: #4D4D4D. Windows color (decimal): -13018808 or 4741433. OLE color: 4741433.

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

Color convert

RGB 57 89 72 -
CMYK 0.36 0 0.19 0.65
HSL 148.13º 0.22% 0.29% -
HSV(B) 148.13º 0.36% 0.35% -
XYZ 6.43 8.48 7.43 -
YUV 77.49 124.9 113.38 -
System Red Green Blue C M Y K H S L
Decimal 57 89 72 0.36 0 0.19 0.65 148.13 0.22 0.29
Hex 39 59 48 24 0 13 41 94 16 1D
Octal 71 131 110 44 0 23 101 224 26 35
Binary 111001 1011001 1001000 100100 0 10011 1000001 10010100 10110 11101

Color Harmonies of #395948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395948

Black with #395948

Text Example


Text Example

White with #395948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395948; }

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

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

background-color css

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

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

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

border-color css

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

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

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