Html Css Color HEX #396233 Green House

📋 copy color: '#396233'

red 57 ◦ green 98 ◦ blue 51

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

Shades of Green House #396233

Tints of Green House #396233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 24.76%

R = 27.67%
G = 47.57%
B = 24.76%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#396233 (or 0x396233) is known color: Green House. HEX triplet: 39, 62 and 33. RGB value is (57,98,51). Sum of RGB (Red+Green+Blue) = 57+98+51=206 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.67% from 206); Green value is 98 (38.67% from 255 or 47.57% from 206); Blue value is 51 (20.31% from 255 or 24.76% from 206); Max value from RGB is 98 - color contains mainly: green. Hex color #396233 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396233 is #C69DCC. Grayscale: #505050. Windows color (decimal): -13016525 or 3367481. OLE color: 3367481.

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

Color convert

RGB 57 98 51 -
CMYK 0.42 0 0.48 0.62
HSL 112.34º 0.32% 0.29% -
HSV(B) 112.34º 0.48% 0.38% -
XYZ 6.65 9.84 4.68 -
YUV 80.38 111.42 111.32 -
System Red Green Blue C M Y K H S L
Decimal 57 98 51 0.42 0 0.48 0.62 112.34 0.32 0.29
Hex 39 62 33 2A 0 30 3E 70 20 1D
Octal 71 142 63 52 0 60 76 160 40 35
Binary 111001 1100010 110011 101010 0 110000 111110 1110000 100000 11101

Color Harmonies of #396233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396233

Black with #396233

Text Example


Text Example

White with #396233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396233; }

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

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

background-color css

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

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

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

border-color css

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

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

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