Html Css Color HEX #35865A Sea Green

📋 copy color: '#35865A'

red 53 ◦ green 134 ◦ blue 90

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

Shades of Sea Green #35865A

Tints of Sea Green #35865A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 48.38%

 BLUE value IS 90 (35.55% from 255) = 32.49%

R = 19.13%
G = 48.38%
B = 32.49%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#35865A (or 0x35865A) is known color: Sea Green. HEX triplet: 35, 86 and 5A. RGB value is (53,134,90). Sum of RGB (Red+Green+Blue) = 53+134+90=277 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.13% from 277); Green value is 134 (52.73% from 255 or 48.38% from 277); Blue value is 90 (35.55% from 255 or 32.49% from 277); Max value from RGB is 134 - color contains mainly: green. Hex color #35865A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35865A is #CA79A5. Grayscale: #686868. Windows color (decimal): -13269414 or 5932597. OLE color: 5932597.

HSL color Cylindrical-coordinate representation of color #35865A: hue angle of 147.41º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #35865A is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 134 90 -
CMYK 0.60 0 0.33 0.47
HSL 147.41º 0.43% 0.37% -
HSV(B) 147.41º 0.6% 0.53% -
XYZ 11.84 18.55 12.63 -
YUV 104.77 119.66 91.08 -
System Red Green Blue C M Y K H S L
Decimal 53 134 90 0.60 0 0.33 0.47 147.41 0.43 0.37
Hex 35 86 5A 3C 0 21 2F 93 2B 25
Octal 65 206 132 74 0 41 57 223 53 45
Binary 110101 10000110 1011010 111100 0 100001 101111 10010011 101011 100101

Color Harmonies of #35865A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35865A

Black with #35865A

Text Example


Text Example

White with #35865A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #35865A;
 }
 .AnyTagClassName
 {
   color: #35865A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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