#35602F

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

Shades of Green House #35602F

Tints of Green House #35602F

Color information

#35602F (or 0x35602F) is unknown color: approx Green House. HEX triplet: 35, 60 and 2F. RGB value is (53,96,47). Sum of RGB (Red+Green+Blue) = 53+96+47=196 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.04% from 196); Green value is 96 (37.89% from 255 or 48.98% from 196); Blue value is 47 (18.75% from 255 or 23.98% from 196); Max value from RGB is 96 - color contains mainly: green. Hex color #35602F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35602F is #CA9FD0. Grayscale: #4D4D4D. Windows color (decimal): -13279185 or 3104821. OLE color: 3104821.

HSL color Cylindrical-coordinate representation of color #35602F: hue angle of 112.65º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #35602F is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB539647-
CMYK0.4500.510.62
HSL112.65º34.27%28.04%-
HSV(B)112.65º51.04%37.65%-
XYZ6.169.334.16-
YUV77.56110.75110.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.04%
GREEN value IS 96 (37.89% from 255) = 48.98%
BLUE value IS 47 (18.75% from 255) = 23.98%
R=27.04%
G=48.98%
B=23.98%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5396470.4500.510.62112.6534.2728.04
Hex35602F2D0333E71221c
Octal651405755063761614234
Binary11010111000001011111011010110011111110111000110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35602F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35602F; }

 p { color: rgb(53,96,47); }

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

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

 a { background-color: rgb(53,96,47); }

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

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

 span { border-color: rgb(53,96,47); }

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