Html Css Color HEX #336518 Green House

📋 copy color: '#336518'

red 51 ◦ green 101 ◦ blue 24

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

Shades of Green House #336518

Tints of Green House #336518

RGB

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

 GREEN value IS 101 (39.84% from 255) = 57.39%

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

R = 28.98%
G = 57.39%
B = 13.64%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.76

 K value IS 0.60

RGB Variations

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

Color information

#336518 (or 0x336518) is known color: Green House. HEX triplet: 33, 65 and 18. RGB value is (51,101,24). Sum of RGB (Red+Green+Blue) = 51+101+24=176 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.98% from 176); Green value is 101 (39.84% from 255 or 57.39% from 176); Blue value is 24 (9.77% from 255 or 13.64% from 176); Max value from RGB is 101 - color contains mainly: green. Hex color #336518 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336518 is #CC9AE7. Grayscale: #4D4D4D. Windows color (decimal): -13409000 or 1598771. OLE color: 1598771.

HSL color Cylindrical-coordinate representation of color #336518: hue angle of 98.96º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #336518 is Cyan = 0.50, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.60.

Color convert

RGB 51 101 24 -
CMYK 0.50 0 0.76 0.60
HSL 98.96º 0.62% 0.25% -
HSV(B) 98.96º 0.76% 0.4% -
XYZ 6.18 10.08 2.48 -
YUV 77.27 97.94 109.26 -
System Red Green Blue C M Y K H S L
Decimal 51 101 24 0.50 0 0.76 0.60 98.96 0.62 0.25
Hex 33 65 18 32 0 4C 3C 63 3E 19
Octal 63 145 30 62 0 114 74 143 76 31
Binary 110011 1100101 11000 110010 0 1001100 111100 1100011 111110 11001

Color Harmonies of #336518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336518

Black with #336518

Text Example


Text Example

White with #336518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336518; }

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

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

background-color css

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

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

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

border-color css

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

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

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