#35661A

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

Shades of Green House #35661A

Tints of Green House #35661A

Color information

#35661A (or 0x35661A) is unknown color: approx Green House. HEX triplet: 35, 66 and 1A. RGB value is (53,102,26). Sum of RGB (Red+Green+Blue) = 53+102+26=181 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.28% from 181); Green value is 102 (40.23% from 255 or 56.35% from 181); Blue value is 26 (10.55% from 255 or 14.36% from 181); Max value from RGB is 102 - color contains mainly: green. Hex color #35661A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35661A is #CA99E5. Grayscale: #4E4E4E. Windows color (decimal): -13277670 or 1730101. OLE color: 1730101.

HSL color Cylindrical-coordinate representation of color #35661A: hue angle of 98.68º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35661A is Cyan = 0.48, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB5310226-
CMYK0.4800.750.6
HSL98.68º59.38%25.1%-
HSV(B)98.68º74.51%40%-
XYZ6.4110.332.63-
YUV78.6898.27109.68-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.28%
GREEN value IS 102 (40.23% from 255) = 56.35%
BLUE value IS 26 (10.55% from 255) = 14.36%
R=29.28%
G=56.35%
B=14.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal53102260.4800.750.698.6859.3825.1
Hex35661A3004B3C633b19
Octal6514632600113741437331
Binary11010111001101101011000001001011111100110001111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35661A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,102,26); }

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

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

 a { background-color: rgb(53,102,26); }

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

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

 span { border-color: rgb(53,102,26); }

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