Html Css Color HEX #336128 Green House

📋 copy color: '#336128'

red 51 ◦ green 97 ◦ blue 40

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

Shades of Green House #336128

Tints of Green House #336128

RGB

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

 GREEN value IS 97 (38.28% from 255) = 51.6%

 BLUE value IS 40 (16.02% from 255) = 21.28%

R = 27.13%
G = 51.6%
B = 21.28%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#336128 (or 0x336128) is known color: Green House. HEX triplet: 33, 61 and 28. RGB value is (51,97,40). Sum of RGB (Red+Green+Blue) = 51+97+40=188 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.13% from 188); Green value is 97 (38.28% from 255 or 51.60% from 188); Blue value is 40 (16.02% from 255 or 21.28% from 188); Max value from RGB is 97 - color contains mainly: green. Hex color #336128 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336128 is #CC9ED7. Grayscale: #4C4C4C. Windows color (decimal): -13410008 or 2646323. OLE color: 2646323.

HSL color Cylindrical-coordinate representation of color #336128: hue angle of 108.42º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #336128 is Cyan = 0.47, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB 51 97 40 -
CMYK 0.47 0 0.59 0.62
HSL 108.42º 0.42% 0.27% -
HSV(B) 108.42º 0.59% 0.38% -
XYZ 6.02 9.41 3.51 -
YUV 76.75 107.26 109.63 -
System Red Green Blue C M Y K H S L
Decimal 51 97 40 0.47 0 0.59 0.62 108.42 0.42 0.27
Hex 33 61 28 2F 0 3B 3E 6C 2A 1B
Octal 63 141 50 57 0 73 76 154 52 33
Binary 110011 1100001 101000 101111 0 111011 111110 1101100 101010 11011

Color Harmonies of #336128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336128

Black with #336128

Text Example


Text Example

White with #336128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336128; }

 p { color: rgb(51,97,40); }

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

background-color css

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

 a { background-color: rgb(51,97,40); }

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

border-color css

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

 span { border-color: rgb(51,97,40); }

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