Html Css Color HEX #395A46 Plantation

📋 copy color: '#395A46'

red 57 ◦ green 90 ◦ blue 70

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

Shades of Plantation #395A46

Tints of Plantation #395A46

RGB

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

 GREEN value IS 90 (35.55% from 255) = 41.47%

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

R = 26.27%
G = 41.47%
B = 32.26%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#395A46 (or 0x395A46) is known color: Plantation. HEX triplet: 39, 5A and 46. RGB value is (57,90,70). Sum of RGB (Red+Green+Blue) = 57+90+70=217 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.27% from 217); Green value is 90 (35.55% from 255 or 41.47% from 217); Blue value is 70 (27.73% from 255 or 32.26% from 217); Max value from RGB is 90 - color contains mainly: green. Hex color #395A46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395A46 is #C6A5B9. Grayscale: #4D4D4D. Windows color (decimal): -13018554 or 4610617. OLE color: 4610617.

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

Color convert

RGB 57 90 70 -
CMYK 0.37 0 0.22 0.65
HSL 143.64º 0.22% 0.29% -
HSV(B) 143.64º 0.37% 0.35% -
XYZ 6.45 8.62 7.12 -
YUV 77.85 123.57 113.13 -
System Red Green Blue C M Y K H S L
Decimal 57 90 70 0.37 0 0.22 0.65 143.64 0.22 0.29
Hex 39 5A 46 25 0 16 41 90 16 1D
Octal 71 132 106 45 0 26 101 220 26 35
Binary 111001 1011010 1000110 100101 0 10110 1000001 10010000 10110 11101

Color Harmonies of #395A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395A46

Black with #395A46

Text Example


Text Example

White with #395A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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