Html Css Color HEX #396230 Green House

📋 copy color: '#396230'

red 57 ◦ green 98 ◦ blue 48

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

Shades of Green House #396230

Tints of Green House #396230

RGB

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

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

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

R = 28.08%
G = 48.28%
B = 23.65%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#396230 (or 0x396230) is known color: Green House. HEX triplet: 39, 62 and 30. RGB value is (57,98,48). Sum of RGB (Red+Green+Blue) = 57+98+48=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 98 (38.67% from 255 or 48.28% from 203); Blue value is 48 (19.14% from 255 or 23.65% from 203); Max value from RGB is 98 - color contains mainly: green. Hex color #396230 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396230 is #C69DCF. Grayscale: #505050. Windows color (decimal): -13016528 or 3170873. OLE color: 3170873.

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

Color convert

RGB 57 98 48 -
CMYK 0.42 0 0.51 0.62
HSL 109.2º 0.34% 0.29% -
HSV(B) 109.2º 0.51% 0.38% -
XYZ 6.59 9.82 4.34 -
YUV 80.04 109.92 111.57 -
System Red Green Blue C M Y K H S L
Decimal 57 98 48 0.42 0 0.51 0.62 109.2 0.34 0.29
Hex 39 62 30 2A 0 33 3E 6D 22 1D
Octal 71 142 60 52 0 63 76 155 42 35
Binary 111001 1100010 110000 101010 0 110011 111110 1101101 100010 11101

Color Harmonies of #396230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396230

Black with #396230

Text Example


Text Example

White with #396230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396230; }

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

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

background-color css

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

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

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

border-color css

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

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

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