#35914F

Color #35914F Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Green #35914F

Tints of Sea Green #35914F

Color information

#35914F (or 0x35914F) is unknown color: approx Sea Green. HEX triplet: 35, 91 and 4F. RGB value is (53,145,79). Sum of RGB (Red+Green+Blue) = 53+145+79=277 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.13% from 277); Green value is 145 (57.03% from 255 or 52.35% from 277); Blue value is 79 (31.25% from 255 or 28.52% from 277); Max value from RGB is 145 - color contains mainly: green. Hex color #35914F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35914F is #CA6EB0. Grayscale: #6E6E6E. Windows color (decimal): -13266609 or 5214517. OLE color: 5214517.

HSL color Cylindrical-coordinate representation of color #35914F: hue angle of 136.96º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #35914F is Cyan = 0.63, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.

Color convert

RGB5314579-
CMYK0.6300.460.43
HSL136.96º46.46%38.82%-
HSV(B)136.96º63.45%56.86%-
XYZ1321.5710.88-
YUV109.97110.5287.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.13%
GREEN value IS 145 (57.03% from 255) = 52.35%
BLUE value IS 79 (31.25% from 255) = 28.52%
R=19.13%
G=52.35%
B=28.52%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal53145790.6300.460.43136.9646.4638.82
Hex35914F3F02E2B892e27
Octal6522111777056532115647
Binary110101100100011001111111111010111010101110001001101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35914F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35914F; }

 p { color: rgb(53,145,79); }

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

<style>
 a { background-color: #35914F; }

 a { background-color: rgb(53,145,79); }

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

<style>
 span { border-color: #35914F; }

 span { border-color: rgb(53,145,79); }

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