Html Css Color HEX #396226 Green House

📋 copy color: '#396226'

red 57 ◦ green 98 ◦ blue 38

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

Shades of Green House #396226

Tints of Green House #396226

RGB

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

 GREEN value IS 98 (38.67% from 255) = 50.78%

 BLUE value IS 38 (15.23% from 255) = 19.69%

R = 29.53%
G = 50.78%
B = 19.69%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#396226 (or 0x396226) is known color: Green House. HEX triplet: 39, 62 and 26. RGB value is (57,98,38). Sum of RGB (Red+Green+Blue) = 57+98+38=193 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.53% from 193); Green value is 98 (38.67% from 255 or 50.78% from 193); Blue value is 38 (15.23% from 255 or 19.69% from 193); Max value from RGB is 98 - color contains mainly: green. Hex color #396226 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396226 is #C69DD9. Grayscale: #4F4F4F. Windows color (decimal): -13016538 or 2515513. OLE color: 2515513.

HSL color Cylindrical-coordinate representation of color #396226: hue angle of 101º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #396226 is Cyan = 0.42, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB 57 98 38 -
CMYK 0.42 0 0.61 0.62
HSL 101º 0.44% 0.27% -
HSV(B) 101º 0.61% 0.38% -
XYZ 6.4 9.75 3.38 -
YUV 78.9 104.92 112.38 -
System Red Green Blue C M Y K H S L
Decimal 57 98 38 0.42 0 0.61 0.62 101 0.44 0.27
Hex 39 62 26 2A 0 3D 3E 65 2C 1B
Octal 71 142 46 52 0 75 76 145 54 33
Binary 111001 1100010 100110 101010 0 111101 111110 1100101 101100 11011

Color Harmonies of #396226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396226

Black with #396226

Text Example


Text Example

White with #396226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396226; }

 p { color: rgb(57,98,38); }

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

background-color css

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

 a { background-color: rgb(57,98,38); }

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

border-color css

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

 span { border-color: rgb(57,98,38); }

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