Html Css Color HEX #379055 Sea Green

📋 copy color: '#379055'

red 55 ◦ green 144 ◦ blue 85

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

Shades of Sea Green #379055

Tints of Sea Green #379055

RGB

 RED value IS 55 (21.88% from 255) = 19.37%

 GREEN value IS 144 (56.64% from 255) = 50.7%

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

R = 19.37%
G = 50.7%
B = 29.93%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.41

 K value IS 0.44

RGB Variations

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

Color information

#379055 (or 0x379055) is known color: Sea Green. HEX triplet: 37, 90 and 55. RGB value is (55,144,85). Sum of RGB (Red+Green+Blue) = 55+144+85=284 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.37% from 284); Green value is 144 (56.64% from 255 or 50.70% from 284); Blue value is 85 (33.59% from 255 or 29.93% from 284); Max value from RGB is 144 - color contains mainly: green. Hex color #379055 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379055 is #C86FAA. Grayscale: #6E6E6E. Windows color (decimal): -13135787 or 5607479. OLE color: 5607479.

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

Color convert

RGB 55 144 85 -
CMYK 0.62 0 0.41 0.44
HSL 140.22º 0.45% 0.39% -
HSV(B) 140.22º 0.62% 0.56% -
XYZ 13.19 21.41 12.03 -
YUV 110.66 113.51 88.3 -
System Red Green Blue C M Y K H S L
Decimal 55 144 85 0.62 0 0.41 0.44 140.22 0.45 0.39
Hex 37 90 55 3E 0 29 2C 8C 2D 27
Octal 67 220 125 76 0 51 54 214 55 47
Binary 110111 10010000 1010101 111110 0 101001 101100 10001100 101101 100111

Color Harmonies of #379055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379055

Black with #379055

Text Example


Text Example

White with #379055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379055; }

 p { color: rgb(55,144,85); }

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

background-color css

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

 a { background-color: rgb(55,144,85); }

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

border-color css

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

 span { border-color: rgb(55,144,85); }

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