Html Css Color HEX #336A2A Green House

📋 copy color: '#336A2A'

red 51 ◦ green 106 ◦ blue 42

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

Shades of Green House #336A2A

Tints of Green House #336A2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 21.11%

R = 25.63%
G = 53.27%
B = 21.11%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.60

 K value IS 0.58

RGB Variations

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

Color information

#336A2A (or 0x336A2A) is known color: Green House. HEX triplet: 33, 6A and 2A. RGB value is (51,106,42). Sum of RGB (Red+Green+Blue) = 51+106+42=199 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.63% from 199); Green value is 106 (41.80% from 255 or 53.27% from 199); Blue value is 42 (16.80% from 255 or 21.11% from 199); Max value from RGB is 106 - color contains mainly: green. Hex color #336A2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336A2A is #CC95D5. Grayscale: #525252. Windows color (decimal): -13407702 or 2779699. OLE color: 2779699.

HSL color Cylindrical-coordinate representation of color #336A2A: hue angle of 111.56º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #336A2A is Cyan = 0.52, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.58.

Color convert

RGB 51 106 42 -
CMYK 0.52 0 0.60 0.58
HSL 111.56º 0.43% 0.29% -
HSV(B) 111.56º 0.6% 0.42% -
XYZ 6.94 11.18 3.98 -
YUV 82.26 105.28 105.7 -
System Red Green Blue C M Y K H S L
Decimal 51 106 42 0.52 0 0.60 0.58 111.56 0.43 0.29
Hex 33 6A 2A 34 0 3C 3A 70 2B 1D
Octal 63 152 52 64 0 74 72 160 53 35
Binary 110011 1101010 101010 110100 0 111100 111010 1110000 101011 11101

Color Harmonies of #336A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336A2A

Black with #336A2A

Text Example


Text Example

White with #336A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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