Html Css Color HEX #336920 Green House

📋 copy color: '#336920'

red 51 ◦ green 105 ◦ blue 32

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

Shades of Green House #336920

Tints of Green House #336920

RGB

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

 GREEN value IS 105 (41.41% from 255) = 55.85%

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

R = 27.13%
G = 55.85%
B = 17.02%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#336920 (or 0x336920) is known color: Green House. HEX triplet: 33, 69 and 20. RGB value is (51,105,32). Sum of RGB (Red+Green+Blue) = 51+105+32=188 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.13% from 188); Green value is 105 (41.41% from 255 or 55.85% from 188); Blue value is 32 (12.89% from 255 or 17.02% from 188); Max value from RGB is 105 - color contains mainly: green. Hex color #336920 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336920 is #CC96DF. Grayscale: #505050. Windows color (decimal): -13407968 or 2124083. OLE color: 2124083.

HSL color Cylindrical-coordinate representation of color #336920: hue angle of 104.38º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #336920 is Cyan = 0.51, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB 51 105 32 -
CMYK 0.51 0 0.70 0.59
HSL 104.38º 0.53% 0.27% -
HSV(B) 104.38º 0.7% 0.41% -
XYZ 6.68 10.91 3.12 -
YUV 80.53 100.61 106.94 -
System Red Green Blue C M Y K H S L
Decimal 51 105 32 0.51 0 0.70 0.59 104.38 0.53 0.27
Hex 33 69 20 33 0 46 3B 68 35 1B
Octal 63 151 40 63 0 106 73 150 65 33
Binary 110011 1101001 100000 110011 0 1000110 111011 1101000 110101 11011

Color Harmonies of #336920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336920

Black with #336920

Text Example


Text Example

White with #336920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336920; }

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

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

background-color css

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

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

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

border-color css

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

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

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