Html Css Color HEX #396130 Green House

📋 copy color: '#396130'

red 57 ◦ green 97 ◦ blue 48

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

Shades of Green House #396130

Tints of Green House #396130

RGB

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

 GREEN value IS 97 (38.28% from 255) = 48.02%

 BLUE value IS 48 (19.14% from 255) = 23.76%

R = 28.22%
G = 48.02%
B = 23.76%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#396130 (or 0x396130) is known color: Green House. HEX triplet: 39, 61 and 30. RGB value is (57,97,48). Sum of RGB (Red+Green+Blue) = 57+97+48=202 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.22% from 202); Green value is 97 (38.28% from 255 or 48.02% from 202); Blue value is 48 (19.14% from 255 or 23.76% from 202); Max value from RGB is 97 - color contains mainly: green. Hex color #396130 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396130 is #C69ECF. Grayscale: #4F4F4F. Windows color (decimal): -13016784 or 3170617. OLE color: 3170617.

HSL color Cylindrical-coordinate representation of color #396130: hue angle of 108.98º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #396130 is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB 57 97 48 -
CMYK 0.41 0 0.51 0.62
HSL 108.98º 0.34% 0.28% -
HSV(B) 108.98º 0.51% 0.38% -
XYZ 6.5 9.63 4.31 -
YUV 79.45 110.25 111.98 -
System Red Green Blue C M Y K H S L
Decimal 57 97 48 0.41 0 0.51 0.62 108.98 0.34 0.28
Hex 39 61 30 29 0 33 3E 6D 22 1C
Octal 71 141 60 51 0 63 76 155 42 34
Binary 111001 1100001 110000 101001 0 110011 111110 1101101 100010 11100

Color Harmonies of #396130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396130

Black with #396130

Text Example


Text Example

White with #396130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396130; }

 p { color: rgb(57,97,48); }

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

background-color css

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

 a { background-color: rgb(57,97,48); }

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

border-color css

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

 span { border-color: rgb(57,97,48); }

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