#35855F

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

Shades of Sea Green #35855F

Tints of Sea Green #35855F

Color information

#35855F (or 0x35855F) is unknown color: approx Sea Green. HEX triplet: 35, 85 and 5F. RGB value is (53,133,95). Sum of RGB (Red+Green+Blue) = 53+133+95=281 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.86% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 95 (37.5% from 255 or 33.81% from 281); Max value from RGB is 133 - color contains mainly: green. Hex color #35855F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35855F is #CA7AA0. Grayscale: #686868. Windows color (decimal): -13269665 or 6260021. OLE color: 6260021.

HSL color Cylindrical-coordinate representation of color #35855F: hue angle of 151.5º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #35855F is Cyan = 0.60, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB5313395-
CMYK0.6000.290.48
HSL151.5º43.01%36.47%-
HSV(B)151.5º60.15%52.16%-
XYZ11.9218.3613.74-
YUV104.75122.591.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.86%
GREEN value IS 133 (52.34% from 255) = 47.33%
BLUE value IS 95 (37.5% from 255) = 33.81%
R=18.86%
G=47.33%
B=33.81%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal53133950.6000.290.48151.543.0136.47
Hex35855F3C01D30982b24
Octal6520513774035602305344
Binary11010110000101101111111110001110111000010011000101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35855F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,133,95); }

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

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

 a { background-color: rgb(53,133,95); }

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

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

 span { border-color: rgb(53,133,95); }

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