Html Css Color HEX #396030 Green House

📋 copy color: '#396030'

red 57 ◦ green 96 ◦ blue 48

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

Shades of Green House #396030

Tints of Green House #396030

RGB

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

 GREEN value IS 96 (37.89% from 255) = 47.76%

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

R = 28.36%
G = 47.76%
B = 23.88%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.50

 K value IS 0.62

RGB Variations

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

Color information

#396030 (or 0x396030) is known color: Green House. HEX triplet: 39, 60 and 30. RGB value is (57,96,48). Sum of RGB (Red+Green+Blue) = 57+96+48=201 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.36% from 201); Green value is 96 (37.89% from 255 or 47.76% from 201); Blue value is 48 (19.14% from 255 or 23.88% from 201); Max value from RGB is 96 - color contains mainly: green. Hex color #396030 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396030 is #C69FCF. Grayscale: #4F4F4F. Windows color (decimal): -13017040 or 3170361. OLE color: 3170361.

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

Color convert

RGB 57 96 48 -
CMYK 0.41 0 0.50 0.62
HSL 108.75º 0.33% 0.28% -
HSV(B) 108.75º 0.5% 0.38% -
XYZ 6.4 9.45 4.28 -
YUV 78.87 110.58 112.4 -
System Red Green Blue C M Y K H S L
Decimal 57 96 48 0.41 0 0.50 0.62 108.75 0.33 0.28
Hex 39 60 30 29 0 32 3E 6D 21 1C
Octal 71 140 60 51 0 62 76 155 41 34
Binary 111001 1100000 110000 101001 0 110010 111110 1101101 100001 11100

Color Harmonies of #396030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396030

Black with #396030

Text Example


Text Example

White with #396030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396030; }

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

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

background-color css

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

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

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

border-color css

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

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

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