Html Css Color HEX #3A8B55 Sea Green

📋 copy color: '#3A8B55'

red 58 ◦ green 139 ◦ blue 85

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

Shades of Sea Green #3A8B55

Tints of Sea Green #3A8B55

RGB

 RED value IS 58 (23.05% from 255) = 20.57%

 GREEN value IS 139 (54.69% from 255) = 49.29%

 BLUE value IS 85 (33.59% from 255) = 30.14%

R = 20.57%
G = 49.29%
B = 30.14%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.39

 K value IS 0.45

RGB Variations

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

Color information

#3A8B55 (or 0x3A8B55) is known color: Sea Green. HEX triplet: 3A, 8B and 55. RGB value is (58,139,85). Sum of RGB (Red+Green+Blue) = 58+139+85=282 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.57% from 282); Green value is 139 (54.69% from 255 or 49.29% from 282); Blue value is 85 (33.59% from 255 or 30.14% from 282); Max value from RGB is 139 - color contains mainly: green. Hex color #3A8B55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8B55 is #C574AA. Grayscale: #6C6C6C. Windows color (decimal): -12940459 or 5606202. OLE color: 5606202.

HSL color Cylindrical-coordinate representation of color #3A8B55: hue angle of 140º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A8B55 is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.45.

Color convert

RGB 58 139 85 -
CMYK 0.58 0 0.39 0.45
HSL 140º 0.41% 0.39% -
HSV(B) 140º 0.58% 0.55% -
XYZ 12.62 20.02 11.79 -
YUV 108.63 114.66 91.89 -
System Red Green Blue C M Y K H S L
Decimal 58 139 85 0.58 0 0.39 0.45 140 0.41 0.39
Hex 3A 8B 55 3A 0 27 2D 8C 29 27
Octal 72 213 125 72 0 47 55 214 51 47
Binary 111010 10001011 1010101 111010 0 100111 101101 10001100 101001 100111

Color Harmonies of #3A8B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8B55

Black with #3A8B55

Text Example


Text Example

White with #3A8B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A8B55; }

 p { color: rgb(58,139,85); }

 H1.HeaderClassName
 {
   color: #3A8B55;
 }
 .AnyTagClassName
 {
   color: #3A8B55;
 }
</style>

background-color css

<style>
 a { background-color: #3A8B55; }

 a { background-color: rgb(58,139,85); }

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

border-color css

<style>
 span { border-color: #3A8B55; }

 span { border-color: rgb(58,139,85); }

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