Html Css Color HEX #336320 Green House

📋 copy color: '#336320'

red 51 ◦ green 99 ◦ blue 32

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

Shades of Green House #336320

Tints of Green House #336320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 17.58%

R = 28.02%
G = 54.4%
B = 17.58%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.68

 K value IS 0.61

RGB Variations

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

Color information

#336320 (or 0x336320) is known color: Green House. HEX triplet: 33, 63 and 20. RGB value is (51,99,32). Sum of RGB (Red+Green+Blue) = 51+99+32=182 (24% of max value = 765). Red value is 51 (20.31% from 255 or 28.02% from 182); Green value is 99 (39.06% from 255 or 54.40% from 182); Blue value is 32 (12.89% from 255 or 17.58% from 182); Max value from RGB is 99 - color contains mainly: green. Hex color #336320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336320 is #CC9CDF. Grayscale: #4D4D4D. Windows color (decimal): -13409504 or 2122547. OLE color: 2122547.

HSL color Cylindrical-coordinate representation of color #336320: hue angle of 102.99º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #336320 is Cyan = 0.48, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.61.

Color convert

RGB 51 99 32 -
CMYK 0.48 0 0.68 0.61
HSL 102.99º 0.51% 0.26% -
HSV(B) 102.99º 0.68% 0.39% -
XYZ 6.09 9.73 2.92 -
YUV 77.01 102.6 109.45 -
System Red Green Blue C M Y K H S L
Decimal 51 99 32 0.48 0 0.68 0.61 102.99 0.51 0.26
Hex 33 63 20 30 0 44 3D 67 33 1A
Octal 63 143 40 60 0 104 75 147 63 32
Binary 110011 1100011 100000 110000 0 1000100 111101 1100111 110011 11010

Color Harmonies of #336320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336320

Black with #336320

Text Example


Text Example

White with #336320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336320; }

 p { color: rgb(51,99,32); }

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

background-color css

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

 a { background-color: rgb(51,99,32); }

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

border-color css

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

 span { border-color: rgb(51,99,32); }

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