Html Css Color HEX #35914C Sea Green

📋 copy color: '#35914C'

red 53 ◦ green 145 ◦ blue 76

#35914C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Green #35914C

Tints of Sea Green #35914C

RGB

 RED value IS 53 (21.09% from 255) = 19.34%

 GREEN value IS 145 (57.03% from 255) = 52.92%

 BLUE value IS 76 (30.08% from 255) = 27.74%

R = 19.34%
G = 52.92%
B = 27.74%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.48

 K value IS 0.43

RGB Variations

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

Color information

#35914C (or 0x35914C) is known color: Sea Green. HEX triplet: 35, 91 and 4C. RGB value is (53,145,76). Sum of RGB (Red+Green+Blue) = 53+145+76=274 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.34% from 274); Green value is 145 (57.03% from 255 or 52.92% from 274); Blue value is 76 (30.08% from 255 or 27.74% from 274); Max value from RGB is 145 - color contains mainly: green. Hex color #35914C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35914C is #CA6EB3. Grayscale: #6D6D6D. Windows color (decimal): -13266612 or 5017909. OLE color: 5017909.

HSL color Cylindrical-coordinate representation of color #35914C: hue angle of 135º 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 #35914C is Cyan = 0.63, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 145 76 -
CMYK 0.63 0 0.48 0.43
HSL 135º 0.46% 0.39% -
HSV(B) 135º 0.63% 0.57% -
XYZ 12.9 21.53 10.31 -
YUV 109.63 109.02 87.61 -
System Red Green Blue C M Y K H S L
Decimal 53 145 76 0.63 0 0.48 0.43 135 0.46 0.39
Hex 35 91 4C 3F 0 30 2B 87 2E 27
Octal 65 221 114 77 0 60 53 207 56 47
Binary 110101 10010001 1001100 111111 0 110000 101011 10000111 101110 100111

Color Harmonies of #35914C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35914C

Black with #35914C

Text Example


Text Example

White with #35914C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #35914C;
 }
 .AnyTagClassName
 {
   color: #35914C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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