#35684B

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

Shades of Green Pea #35684B

Tints of Green Pea #35684B

Color information

#35684B (or 0x35684B) is unknown color: approx Green Pea. HEX triplet: 35, 68 and 4B. RGB value is (53,104,75). Sum of RGB (Red+Green+Blue) = 53+104+75=232 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.84% from 232); Green value is 104 (41.02% from 255 or 44.83% from 232); Blue value is 75 (29.69% from 255 or 32.33% from 232); Max value from RGB is 104 - color contains mainly: green. Hex color #35684B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35684B is #CA97B4. Grayscale: #555555. Windows color (decimal): -13277109 or 4941877. OLE color: 4941877.

HSL color Cylindrical-coordinate representation of color #35684B: hue angle of 145.88º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #35684B is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB5310475-
CMYK0.4900.280.59
HSL145.88º32.48%30.78%-
HSV(B)145.88º49.04%40.78%-
XYZ7.6911.178.41-
YUV85.44122.1104.86-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.84%
GREEN value IS 104 (41.02% from 255) = 44.83%
BLUE value IS 75 (29.69% from 255) = 32.33%
R=22.84%
G=44.83%
B=32.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal53104750.4900.280.59145.8832.4830.78
Hex35684B3101C3B92201f
Octal6515011361034732224037
Binary110101110100010010111100010111001110111001001010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35684B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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