#35631B

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

Shades of Green House #35631B

Tints of Green House #35631B

Color information

#35631B (or 0x35631B) is unknown color: approx Green House. HEX triplet: 35, 63 and 1B. RGB value is (53,99,27). Sum of RGB (Red+Green+Blue) = 53+99+27=179 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.61% from 179); Green value is 99 (39.06% from 255 or 55.31% from 179); Blue value is 27 (10.94% from 255 or 15.08% from 179); Max value from RGB is 99 - color contains mainly: green. Hex color #35631B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35631B is #CA9CE4. Grayscale: #4D4D4D. Windows color (decimal): -13278437 or 1794869. OLE color: 1794869.

HSL color Cylindrical-coordinate representation of color #35631B: hue angle of 98.33º 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 #35631B is Cyan = 0.46, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.61.

Color convert

RGB539927-
CMYK0.4600.730.61
HSL98.33º57.14%24.71%-
HSV(B)98.33º72.73%38.82%-
XYZ6.139.762.6-
YUV77.0499.76110.85-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.61%
GREEN value IS 99 (39.06% from 255) = 55.31%
BLUE value IS 27 (10.94% from 255) = 15.08%
R=29.61%
G=55.31%
B=15.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5399270.4600.730.6198.3357.1424.71
Hex35631B2E0493D623919
Octal6514333560111751427131
Binary11010111000111101110111001001001111101110001011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35631B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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