Html Css Color HEX #395B46 Plantation

📋 copy color: '#395B46'

red 57 ◦ green 91 ◦ blue 70

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

Shades of Plantation #395B46

Tints of Plantation #395B46

RGB

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

 GREEN value IS 91 (35.94% from 255) = 41.74%

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

R = 26.15%
G = 41.74%
B = 32.11%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.23

 K value IS 0.64

RGB Variations

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

Color information

#395B46 (or 0x395B46) is known color: Plantation. HEX triplet: 39, 5B and 46. RGB value is (57,91,70). Sum of RGB (Red+Green+Blue) = 57+91+70=218 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.15% from 218); Green value is 91 (35.94% from 255 or 41.74% from 218); Blue value is 70 (27.73% from 255 or 32.11% from 218); Max value from RGB is 91 - color contains mainly: green. Hex color #395B46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395B46 is #C6A4B9. Grayscale: #4E4E4E. Windows color (decimal): -13018298 or 4610873. OLE color: 4610873.

HSL color Cylindrical-coordinate representation of color #395B46: hue angle of 142.94º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #395B46 is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.

Color convert

RGB 57 91 70 -
CMYK 0.37 0 0.23 0.64
HSL 142.94º 0.23% 0.29% -
HSV(B) 142.94º 0.37% 0.36% -
XYZ 6.53 8.79 7.15 -
YUV 78.44 123.24 112.71 -
System Red Green Blue C M Y K H S L
Decimal 57 91 70 0.37 0 0.23 0.64 142.94 0.23 0.29
Hex 39 5B 46 25 0 17 40 8F 17 1D
Octal 71 133 106 45 0 27 100 217 27 35
Binary 111001 1011011 1000110 100101 0 10111 1000000 10001111 10111 11101

Color Harmonies of #395B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395B46

Black with #395B46

Text Example


Text Example

White with #395B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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