Html Css Color HEX #379052 Sea Green

📋 copy color: '#379052'

red 55 ◦ green 144 ◦ blue 82

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

Shades of Sea Green #379052

Tints of Sea Green #379052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 29.18%

R = 19.57%
G = 51.25%
B = 29.18%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.43

 K value IS 0.44

RGB Variations

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

Color information

#379052 (or 0x379052) is known color: Sea Green. HEX triplet: 37, 90 and 52. RGB value is (55,144,82). Sum of RGB (Red+Green+Blue) = 55+144+82=281 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.57% from 281); Green value is 144 (56.64% from 255 or 51.25% from 281); Blue value is 82 (32.42% from 255 or 29.18% from 281); Max value from RGB is 144 - color contains mainly: green. Hex color #379052 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379052 is #C86FAD. Grayscale: #6E6E6E. Windows color (decimal): -13135790 or 5410871. OLE color: 5410871.

HSL color Cylindrical-coordinate representation of color #379052: hue angle of 138.2º 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 #379052 is Cyan = 0.62, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.44.

Color convert

RGB 55 144 82 -
CMYK 0.62 0 0.43 0.44
HSL 138.2º 0.45% 0.39% -
HSV(B) 138.2º 0.62% 0.56% -
XYZ 13.07 21.37 11.42 -
YUV 110.32 112.01 88.54 -
System Red Green Blue C M Y K H S L
Decimal 55 144 82 0.62 0 0.43 0.44 138.2 0.45 0.39
Hex 37 90 52 3E 0 2B 2C 8A 2D 27
Octal 67 220 122 76 0 53 54 212 55 47
Binary 110111 10010000 1010010 111110 0 101011 101100 10001010 101101 100111

Color Harmonies of #379052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379052

Black with #379052

Text Example


Text Example

White with #379052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379052; }

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

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

background-color css

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

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

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

border-color css

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

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

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