#35641B

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

Shades of Green House #35641B

Tints of Green House #35641B

Color information

#35641B (or 0x35641B) is unknown color: approx Green House. HEX triplet: 35, 64 and 1B. RGB value is (53,100,27). Sum of RGB (Red+Green+Blue) = 53+100+27=180 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.44% from 180); Green value is 100 (39.45% from 255 or 55.56% from 180); Blue value is 27 (10.94% from 255 or 15% from 180); Max value from RGB is 100 - color contains mainly: green. Hex color #35641B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35641B is #CA9BE4. Grayscale: #4D4D4D. Windows color (decimal): -13278181 or 1795125. OLE color: 1795125.

HSL color Cylindrical-coordinate representation of color #35641B: hue angle of 98.63º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35641B is Cyan = 0.47, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.61.

Color convert

RGB5310027-
CMYK0.4700.730.61
HSL98.63º57.48%24.9%-
HSV(B)98.63º73%39.22%-
XYZ6.229.952.63-
YUV77.6299.43110.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.44%
GREEN value IS 100 (39.45% from 255) = 55.56%
BLUE value IS 27 (10.94% from 255) = 15%
R=29.44%
G=55.56%
B=15%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal53100270.4700.730.6198.6357.4824.9
Hex35641B2F0493D633919
Octal6514433570111751437131
Binary11010111001001101110111101001001111101110001111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35641B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35641B; }

 p { color: rgb(53,100,27); }

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

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

 a { background-color: rgb(53,100,27); }

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

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

 span { border-color: rgb(53,100,27); }

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