Html Css Color HEX #396630 Green House

📋 copy color: '#396630'

red 57 ◦ green 102 ◦ blue 48

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

Shades of Green House #396630

Tints of Green House #396630

RGB

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

 GREEN value IS 102 (40.23% from 255) = 49.28%

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

R = 27.54%
G = 49.28%
B = 23.19%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.53

 K value IS 0.6

RGB Variations

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

Color information

#396630 (or 0x396630) is known color: Green House. HEX triplet: 39, 66 and 30. RGB value is (57,102,48). Sum of RGB (Red+Green+Blue) = 57+102+48=207 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.54% from 207); Green value is 102 (40.23% from 255 or 49.28% from 207); Blue value is 48 (19.14% from 255 or 23.19% from 207); Max value from RGB is 102 - color contains mainly: green. Hex color #396630 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396630 is #C699CF. Grayscale: #525252. Windows color (decimal): -13015504 or 3171897. OLE color: 3171897.

HSL color Cylindrical-coordinate representation of color #396630: hue angle of 110º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #396630 is Cyan = 0.44, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.6.

Color convert

RGB 57 102 48 -
CMYK 0.44 0 0.53 0.6
HSL 110º 0.36% 0.29% -
HSV(B) 110º 0.53% 0.4% -
XYZ 6.97 10.59 4.47 -
YUV 82.39 108.59 109.89 -
System Red Green Blue C M Y K H S L
Decimal 57 102 48 0.44 0 0.53 0.6 110 0.36 0.29
Hex 39 66 30 2C 0 35 3C 6E 24 1D
Octal 71 146 60 54 0 65 74 156 44 35
Binary 111001 1100110 110000 101100 0 110101 111100 1101110 100100 11101

Color Harmonies of #396630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396630

Black with #396630

Text Example


Text Example

White with #396630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396630; }

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

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

background-color css

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

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

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

border-color css

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

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

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