Html Css Color HEX #396830 Green House

📋 copy color: '#396830'

red 57 ◦ green 104 ◦ blue 48

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

Shades of Green House #396830

Tints of Green House #396830

RGB

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

 GREEN value IS 104 (41.02% from 255) = 49.76%

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

R = 27.27%
G = 49.76%
B = 22.97%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.54

 K value IS 0.59

RGB Variations

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

Color information

#396830 (or 0x396830) is known color: Green House. HEX triplet: 39, 68 and 30. RGB value is (57,104,48). Sum of RGB (Red+Green+Blue) = 57+104+48=209 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.27% from 209); Green value is 104 (41.02% from 255 or 49.76% from 209); Blue value is 48 (19.14% from 255 or 22.97% from 209); Max value from RGB is 104 - color contains mainly: green. Hex color #396830 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396830 is #C697CF. Grayscale: #535353. Windows color (decimal): -13014992 or 3172409. OLE color: 3172409.

HSL color Cylindrical-coordinate representation of color #396830: hue angle of 110.36º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #396830 is Cyan = 0.45, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.59.

Color convert

RGB 57 104 48 -
CMYK 0.45 0 0.54 0.59
HSL 110.36º 0.37% 0.3% -
HSV(B) 110.36º 0.54% 0.41% -
XYZ 7.17 10.98 4.54 -
YUV 83.56 107.93 109.05 -
System Red Green Blue C M Y K H S L
Decimal 57 104 48 0.45 0 0.54 0.59 110.36 0.37 0.3
Hex 39 68 30 2D 0 36 3B 6E 25 1E
Octal 71 150 60 55 0 66 73 156 45 36
Binary 111001 1101000 110000 101101 0 110110 111011 1101110 100101 11110

Color Harmonies of #396830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396830

Black with #396830

Text Example


Text Example

White with #396830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396830; }

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

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

background-color css

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

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

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

border-color css

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

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

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