#33641A

Color #33641A Green House (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green House #33641A

Tints of Green House #33641A

Color information

#33641A (or 0x33641A) is unknown color: approx Green House. HEX triplet: 33, 64 and 1A. RGB value is (51,100,26). Sum of RGB (Red+Green+Blue) = 51+100+26=177 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.81% from 177); Green value is 100 (39.45% from 255 or 56.50% from 177); Blue value is 26 (10.55% from 255 or 14.69% from 177); Max value from RGB is 100 - color contains mainly: green. Hex color #33641A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33641A is #CC9BE5. Grayscale: #4D4D4D. Windows color (decimal): -13409254 or 1729587. OLE color: 1729587.

HSL color Cylindrical-coordinate representation of color #33641A: hue angle of 99.73º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33641A is Cyan = 0.49, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.61.

Color convert

RGB5110026-
CMYK0.4900.740.61
HSL99.73º58.73%24.71%-
HSV(B)99.73º74%39.22%-
XYZ6.119.892.56-
YUV76.9199.27109.52-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.81%
GREEN value IS 100 (39.45% from 255) = 56.50%
BLUE value IS 26 (10.55% from 255) = 14.69%
R=28.81%
G=56.50%
B=14.69%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal51100260.4900.740.6199.7358.7324.71
Hex33641A3104A3D643b19
Octal6314432610112751447331
Binary11001111001001101011000101001010111101110010011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33641A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33641A; }

 p { color: rgb(51,100,26); }

 H1.HeaderClassName
 {
   color: #33641A;
 }
 .AnyTagClassName
 {
   color: #33641A;
 }
</style>
background-color css

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

 a { background-color: rgb(51,100,26); }

 div.DivClassName
 {
   background-color: #33641A;
 }
 .BgClassName
 {
   background-color: #33641A;
 }
</style>
border-color css

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

 span { border-color: rgb(51,100,26); }

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