#35671A

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

Shades of Green House #35671A

Tints of Green House #35671A

Color information

#35671A (or 0x35671A) is unknown color: approx Green House. HEX triplet: 35, 67 and 1A. RGB value is (53,103,26). Sum of RGB (Red+Green+Blue) = 53+103+26=182 (24% of max value = 765). Red value is 53 (21.09% from 255 or 29.12% from 182); Green value is 103 (40.62% from 255 or 56.59% from 182); Blue value is 26 (10.55% from 255 or 14.29% from 182); Max value from RGB is 103 - color contains mainly: green. Hex color #35671A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35671A is #CA98E5. Grayscale: #4F4F4F. Windows color (decimal): -13277414 or 1730357. OLE color: 1730357.

HSL color Cylindrical-coordinate representation of color #35671A: hue angle of 98.96º degrees, saturation: 0.6, 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 #35671A is Cyan = 0.49, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.60.

Color convert

RGB5310326-
CMYK0.4900.750.60
HSL98.96º59.69%25.29%-
HSV(B)98.96º74.76%40.39%-
XYZ6.510.532.67-
YUV79.2797.94109.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.12%
GREEN value IS 103 (40.62% from 255) = 56.59%
BLUE value IS 26 (10.55% from 255) = 14.29%
R=29.12%
G=56.59%
B=14.29%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal53103260.4900.750.6098.9659.6925.29
Hex35671A3104B3C633c19
Octal6514732610113741437431
Binary11010111001111101011000101001011111100110001111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35671A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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