#35694B

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

Shades of Green Pea #35694B

Tints of Green Pea #35694B

Color information

#35694B (or 0x35694B) is unknown color: approx Green Pea. HEX triplet: 35, 69 and 4B. RGB value is (53,105,75). Sum of RGB (Red+Green+Blue) = 53+105+75=233 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.75% from 233); Green value is 105 (41.41% from 255 or 45.06% from 233); Blue value is 75 (29.69% from 255 or 32.19% from 233); Max value from RGB is 105 - color contains mainly: green. Hex color #35694B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35694B is #CA96B4. Grayscale: #565656. Windows color (decimal): -13276853 or 4942133. OLE color: 4942133.

HSL color Cylindrical-coordinate representation of color #35694B: hue angle of 145.38º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #35694B is Cyan = 0.50, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB5310575-
CMYK0.5000.290.59
HSL145.38º32.91%30.98%-
HSV(B)145.38º49.52%41.18%-
XYZ7.7911.378.44-
YUV86.03121.77104.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.75%
GREEN value IS 105 (41.41% from 255) = 45.06%
BLUE value IS 75 (29.69% from 255) = 32.19%
R=22.75%
G=45.06%
B=32.19%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal53105750.5000.290.59145.3832.9130.98
Hex35694B3201D3B91211f
Octal6515111362035732214137
Binary110101110100110010111100100111011110111001000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35694B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,105,75); }

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

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

 a { background-color: rgb(53,105,75); }

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

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

 span { border-color: rgb(53,105,75); }

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