Html Css Color HEX #336118 Green House

📋 copy color: '#336118'

red 51 ◦ green 97 ◦ blue 24

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

Shades of Green House #336118

Tints of Green House #336118

RGB

 RED value IS 51 (20.31% from 255) = 29.65%

 GREEN value IS 97 (38.28% from 255) = 56.4%

 BLUE value IS 24 (9.77% from 255) = 13.95%

R = 29.65%
G = 56.4%
B = 13.95%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.75

 K value IS 0.62

RGB Variations

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

Color information

#336118 (or 0x336118) is known color: Green House. HEX triplet: 33, 61 and 18. RGB value is (51,97,24). Sum of RGB (Red+Green+Blue) = 51+97+24=172 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.65% from 172); Green value is 97 (38.28% from 255 or 56.40% from 172); Blue value is 24 (9.77% from 255 or 13.95% from 172); Max value from RGB is 97 - color contains mainly: green. Hex color #336118 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336118 is #CC9EE7. Grayscale: #4B4B4B. Windows color (decimal): -13410024 or 1597747. OLE color: 1597747.

HSL color Cylindrical-coordinate representation of color #336118: hue angle of 97.81º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #336118 is Cyan = 0.47, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB 51 97 24 -
CMYK 0.47 0 0.75 0.62
HSL 97.81º 0.6% 0.24% -
HSV(B) 97.81º 0.75% 0.38% -
XYZ 5.8 9.32 2.36 -
YUV 74.92 99.26 110.94 -
System Red Green Blue C M Y K H S L
Decimal 51 97 24 0.47 0 0.75 0.62 97.81 0.6 0.24
Hex 33 61 18 2F 0 4B 3E 62 3C 18
Octal 63 141 30 57 0 113 76 142 74 30
Binary 110011 1100001 11000 101111 0 1001011 111110 1100010 111100 11000

Color Harmonies of #336118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336118

Black with #336118

Text Example


Text Example

White with #336118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336118; }

 p { color: rgb(51,97,24); }

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

background-color css

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

 a { background-color: rgb(51,97,24); }

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

border-color css

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

 span { border-color: rgb(51,97,24); }

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