Html Css Color HEX #396326 Green House

📋 copy color: '#396326'

red 57 ◦ green 99 ◦ blue 38

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

Shades of Green House #396326

Tints of Green House #396326

RGB

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

 GREEN value IS 99 (39.06% from 255) = 51.03%

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

R = 29.38%
G = 51.03%
B = 19.59%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.62

 K value IS 0.61

RGB Variations

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

Color information

#396326 (or 0x396326) is known color: Green House. HEX triplet: 39, 63 and 26. RGB value is (57,99,38). Sum of RGB (Red+Green+Blue) = 57+99+38=194 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.38% from 194); Green value is 99 (39.06% from 255 or 51.03% from 194); Blue value is 38 (15.23% from 255 or 19.59% from 194); Max value from RGB is 99 - color contains mainly: green. Hex color #396326 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396326 is #C69CD9. Grayscale: #4F4F4F. Windows color (decimal): -13016282 or 2515769. OLE color: 2515769.

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

Color convert

RGB 57 99 38 -
CMYK 0.42 0 0.62 0.61
HSL 101.31º 0.45% 0.27% -
HSV(B) 101.31º 0.62% 0.39% -
XYZ 6.5 9.93 3.41 -
YUV 79.49 104.59 111.96 -
System Red Green Blue C M Y K H S L
Decimal 57 99 38 0.42 0 0.62 0.61 101.31 0.45 0.27
Hex 39 63 26 2A 0 3E 3D 65 2D 1B
Octal 71 143 46 52 0 76 75 145 55 33
Binary 111001 1100011 100110 101010 0 111110 111101 1100101 101101 11011

Color Harmonies of #396326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396326

Black with #396326

Text Example


Text Example

White with #396326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396326; }

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

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

background-color css

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

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

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

border-color css

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

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

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