#35845A

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

Shades of Sea Green #35845A

Tints of Sea Green #35845A

Color information

#35845A (or 0x35845A) is unknown color: approx Sea Green. HEX triplet: 35, 84 and 5A. RGB value is (53,132,90). Sum of RGB (Red+Green+Blue) = 53+132+90=275 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.27% from 275); Green value is 132 (51.95% from 255 or 48% from 275); Blue value is 90 (35.55% from 255 or 32.73% from 275); Max value from RGB is 132 - color contains mainly: green. Hex color #35845A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35845A is #CA7BA5. Grayscale: #676767. Windows color (decimal): -13269926 or 5932085. OLE color: 5932085.

HSL color Cylindrical-coordinate representation of color #35845A: hue angle of 148.1º 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 #35845A is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB5313290-
CMYK0.6000.320.48
HSL148.1º42.7%36.27%-
HSV(B)148.1º59.85%51.76%-
XYZ11.561812.54-
YUV103.59120.3391.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.27%
GREEN value IS 132 (51.95% from 255) = 48%
BLUE value IS 90 (35.55% from 255) = 32.73%
R=19.27%
G=48%
B=32.73%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal53132900.6000.320.48148.142.736.27
Hex35845A3C02030942b24
Octal6520413274040602245344
Binary110101100001001011010111100010000011000010010100101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35845A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35845A; }

 p { color: rgb(53,132,90); }

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

<style>
 a { background-color: #35845A; }

 a { background-color: rgb(53,132,90); }

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

<style>
 span { border-color: #35845A; }

 span { border-color: rgb(53,132,90); }

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