#35602A

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

Shades of Green House #35602A

Tints of Green House #35602A

Color information

#35602A (or 0x35602A) is unknown color: approx Green House. HEX triplet: 35, 60 and 2A. RGB value is (53,96,42). Sum of RGB (Red+Green+Blue) = 53+96+42=191 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.75% from 191); Green value is 96 (37.89% from 255 or 50.26% from 191); Blue value is 42 (16.80% from 255 or 21.99% from 191); Max value from RGB is 96 - color contains mainly: green. Hex color #35602A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35602A is #CA9FD5. Grayscale: #4D4D4D. Windows color (decimal): -13279190 or 2777141. OLE color: 2777141.

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

Color convert

RGB539642-
CMYK0.4500.560.62
HSL107.78º39.13%27.06%-
HSV(B)107.78º56.25%37.65%-
XYZ6.079.293.66-
YUV76.99108.25110.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.75%
GREEN value IS 96 (37.89% from 255) = 50.26%
BLUE value IS 42 (16.80% from 255) = 21.99%
R=27.75%
G=50.26%
B=21.99%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5396420.4500.560.62107.7839.1327.06
Hex35602A2D0383E6c271b
Octal651405255070761544733
Binary11010111000001010101011010111000111110110110010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35602A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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