Html Css Color HEX #395246 Plantation

📋 copy color: '#395246'

red 57 ◦ green 82 ◦ blue 70

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

Shades of Plantation #395246

Tints of Plantation #395246

RGB

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

 GREEN value IS 82 (32.42% from 255) = 39.23%

 BLUE value IS 70 (27.73% from 255) = 33.49%

R = 27.27%
G = 39.23%
B = 33.49%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#395246 (or 0x395246) is known color: Plantation. HEX triplet: 39, 52 and 46. RGB value is (57,82,70). Sum of RGB (Red+Green+Blue) = 57+82+70=209 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.27% from 209); Green value is 82 (32.42% from 255 or 39.23% from 209); Blue value is 70 (27.73% from 255 or 33.49% from 209); Max value from RGB is 82 - color contains mainly: green. Hex color #395246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395246 is #C6ADB9. Grayscale: #494949. Windows color (decimal): -13020602 or 4608569. OLE color: 4608569.

HSL color Cylindrical-coordinate representation of color #395246: hue angle of 151.2º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #395246 is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB 57 82 70 -
CMYK 0.30 0 0.15 0.68
HSL 151.2º 0.18% 0.27% -
HSV(B) 151.2º 0.3% 0.32% -
XYZ 5.81 7.35 6.91 -
YUV 73.16 126.22 116.48 -
System Red Green Blue C M Y K H S L
Decimal 57 82 70 0.30 0 0.15 0.68 151.2 0.18 0.27
Hex 39 52 46 1E 0 F 44 97 12 1B
Octal 71 122 106 36 0 17 104 227 22 33
Binary 111001 1010010 1000110 11110 0 1111 1000100 10010111 10010 11011

Color Harmonies of #395246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395246

Black with #395246

Text Example


Text Example

White with #395246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395246; }

 p { color: rgb(57,82,70); }

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

background-color css

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

 a { background-color: rgb(57,82,70); }

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

border-color css

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

 span { border-color: rgb(57,82,70); }

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