Html Css Color HEX #395E4D Plantation

📋 copy color: '#395E4D'

red 57 ◦ green 94 ◦ blue 77

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

Shades of Plantation #395E4D

Tints of Plantation #395E4D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 41.23%

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

R = 25%
G = 41.23%
B = 33.77%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.18

 K value IS 0.63

RGB Variations

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

Color information

#395E4D (or 0x395E4D) is known color: Plantation. HEX triplet: 39, 5E and 4D. RGB value is (57,94,77). Sum of RGB (Red+Green+Blue) = 57+94+77=228 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25% from 228); Green value is 94 (37.11% from 255 or 41.23% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 94 - color contains mainly: green. Hex color #395E4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395E4D is #C6A1B2. Grayscale: #515151. Windows color (decimal): -13017523 or 5070393. OLE color: 5070393.

HSL color Cylindrical-coordinate representation of color #395E4D: hue angle of 152.43º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #395E4D is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.63.

Color convert

RGB 57 94 77 -
CMYK 0.39 0 0.18 0.63
HSL 152.43º 0.25% 0.3% -
HSV(B) 152.43º 0.39% 0.37% -
XYZ 7.03 9.41 8.47 -
YUV 81 125.74 110.88 -
System Red Green Blue C M Y K H S L
Decimal 57 94 77 0.39 0 0.18 0.63 152.43 0.25 0.3
Hex 39 5E 4D 27 0 12 3F 98 19 1E
Octal 71 136 115 47 0 22 77 230 31 36
Binary 111001 1011110 1001101 100111 0 10010 111111 10011000 11001 11110

Color Harmonies of #395E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395E4D

Black with #395E4D

Text Example


Text Example

White with #395E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395E4D; }

 p { color: rgb(57,94,77); }

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

background-color css

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

 a { background-color: rgb(57,94,77); }

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

border-color css

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

 span { border-color: rgb(57,94,77); }

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