#35904B

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

Shades of Sea Green #35904B

Tints of Sea Green #35904B

Color information

#35904B (or 0x35904B) is unknown color: approx Sea Green. HEX triplet: 35, 90 and 4B. RGB value is (53,144,75). Sum of RGB (Red+Green+Blue) = 53+144+75=272 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.49% from 272); Green value is 144 (56.64% from 255 or 52.94% from 272); Blue value is 75 (29.69% from 255 or 27.57% from 272); Max value from RGB is 144 - color contains mainly: green. Hex color #35904B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35904B is #CA6FB4. Grayscale: #6D6D6D. Windows color (decimal): -13266869 or 4952117. OLE color: 4952117.

HSL color Cylindrical-coordinate representation of color #35904B: hue angle of 134.51º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #35904B is Cyan = 0.63, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.

Color convert

RGB5314475-
CMYK0.6300.480.44
HSL134.51º46.19%38.63%-
HSV(B)134.51º63.19%56.47%-
XYZ12.7121.2110.08-
YUV108.92108.8588.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.49%
GREEN value IS 144 (56.64% from 255) = 52.94%
BLUE value IS 75 (29.69% from 255) = 27.57%
R=19.49%
G=52.94%
B=27.57%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal53144750.6300.480.44134.5146.1938.63
Hex35904B3F0302C872e27
Octal6522011377060542075647
Binary110101100100001001011111111011000010110010000111101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35904B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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