Html Css Color HEX #396626 Green House

📋 copy color: '#396626'

red 57 ◦ green 102 ◦ blue 38

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

Shades of Green House #396626

Tints of Green House #396626

RGB

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

 GREEN value IS 102 (40.23% from 255) = 51.78%

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

R = 28.93%
G = 51.78%
B = 19.29%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.63

 K value IS 0.6

RGB Variations

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

Color information

#396626 (or 0x396626) is known color: Green House. HEX triplet: 39, 66 and 26. RGB value is (57,102,38). Sum of RGB (Red+Green+Blue) = 57+102+38=197 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.93% from 197); Green value is 102 (40.23% from 255 or 51.78% from 197); Blue value is 38 (15.23% from 255 or 19.29% from 197); Max value from RGB is 102 - color contains mainly: green. Hex color #396626 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396626 is #C699D9. Grayscale: #515151. Windows color (decimal): -13015514 or 2516537. OLE color: 2516537.

HSL color Cylindrical-coordinate representation of color #396626: hue angle of 102.19º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #396626 is Cyan = 0.44, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.6.

Color convert

RGB 57 102 38 -
CMYK 0.44 0 0.63 0.6
HSL 102.19º 0.46% 0.27% -
HSV(B) 102.19º 0.63% 0.4% -
XYZ 6.79 10.51 3.51 -
YUV 81.25 103.59 110.7 -
System Red Green Blue C M Y K H S L
Decimal 57 102 38 0.44 0 0.63 0.6 102.19 0.46 0.27
Hex 39 66 26 2C 0 3F 3C 66 2E 1B
Octal 71 146 46 54 0 77 74 146 56 33
Binary 111001 1100110 100110 101100 0 111111 111100 1100110 101110 11011

Color Harmonies of #396626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396626

Black with #396626

Text Example


Text Example

White with #396626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396626; }

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

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

background-color css

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

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

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

border-color css

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

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

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