Html Css Color HEX #336A1F Green House

📋 copy color: '#336A1F'

red 51 ◦ green 106 ◦ blue 31

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

Shades of Green House #336A1F

Tints of Green House #336A1F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 56.38%

 BLUE value IS 31 (12.5% from 255) = 16.49%

R = 27.13%
G = 56.38%
B = 16.49%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.71

 K value IS 0.58

RGB Variations

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

Color information

#336A1F (or 0x336A1F) is known color: Green House. HEX triplet: 33, 6A and 1F. RGB value is (51,106,31). Sum of RGB (Red+Green+Blue) = 51+106+31=188 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.13% from 188); Green value is 106 (41.80% from 255 or 56.38% from 188); Blue value is 31 (12.5% from 255 or 16.49% from 188); Max value from RGB is 106 - color contains mainly: green. Hex color #336A1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336A1F is #CC95E0. Grayscale: #515151. Windows color (decimal): -13407713 or 2058803. OLE color: 2058803.

HSL color Cylindrical-coordinate representation of color #336A1F: hue angle of 104º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #336A1F is Cyan = 0.52, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.58.

Color convert

RGB 51 106 31 -
CMYK 0.52 0 0.71 0.58
HSL 104º 0.55% 0.27% -
HSV(B) 104º 0.71% 0.42% -
XYZ 6.77 11.11 3.08 -
YUV 81.01 99.78 106.6 -
System Red Green Blue C M Y K H S L
Decimal 51 106 31 0.52 0 0.71 0.58 104 0.55 0.27
Hex 33 6A 1F 34 0 47 3A 68 37 1B
Octal 63 152 37 64 0 107 72 150 67 33
Binary 110011 1101010 11111 110100 0 1000111 111010 1101000 110111 11011

Color Harmonies of #336A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336A1F

Black with #336A1F

Text Example


Text Example

White with #336A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336A1F; }

 p { color: rgb(51,106,31); }

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

background-color css

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

 a { background-color: rgb(51,106,31); }

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

border-color css

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

 span { border-color: rgb(51,106,31); }

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