Html Css Color HEX #35825D Sea Green

📋 copy color: '#35825D'

red 53 ◦ green 130 ◦ blue 93

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

Shades of Sea Green #35825D

Tints of Sea Green #35825D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 47.1%

 BLUE value IS 93 (36.72% from 255) = 33.7%

R = 19.2%
G = 47.1%
B = 33.7%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#35825D (or 0x35825D) is known color: Sea Green. HEX triplet: 35, 82 and 5D. RGB value is (53,130,93). Sum of RGB (Red+Green+Blue) = 53+130+93=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 130 - color contains mainly: green. Hex color #35825D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35825D is #CA7DA2. Grayscale: #666666. Windows color (decimal): -13270435 or 6128181. OLE color: 6128181.

HSL color Cylindrical-coordinate representation of color #35825D: hue angle of 151.17º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #35825D is Cyan = 0.59, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 130 93 -
CMYK 0.59 0 0.28 0.49
HSL 151.17º 0.42% 0.36% -
HSV(B) 151.17º 0.59% 0.51% -
XYZ 11.43 17.51 13.13 -
YUV 102.76 122.49 92.51 -
System Red Green Blue C M Y K H S L
Decimal 53 130 93 0.59 0 0.28 0.49 151.17 0.42 0.36
Hex 35 82 5D 3B 0 1C 31 97 2A 24
Octal 65 202 135 73 0 34 61 227 52 44
Binary 110101 10000010 1011101 111011 0 11100 110001 10010111 101010 100100

Color Harmonies of #35825D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35825D

Black with #35825D

Text Example


Text Example

White with #35825D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35825D; }

 p { color: rgb(53,130,93); }

 H1.HeaderClassName
 {
   color: #35825D;
 }
 .AnyTagClassName
 {
   color: #35825D;
 }
</style>

background-color css

<style>
 a { background-color: #35825D; }

 a { background-color: rgb(53,130,93); }

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

border-color css

<style>
 span { border-color: #35825D; }

 span { border-color: rgb(53,130,93); }

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