Html Css Color HEX #378955 Sea Green

📋 copy color: '#378955'

red 55 ◦ green 137 ◦ blue 85

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

Shades of Sea Green #378955

Tints of Sea Green #378955

RGB

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

 GREEN value IS 137 (53.91% from 255) = 49.46%

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

R = 19.86%
G = 49.46%
B = 30.69%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.38

 K value IS 0.46

RGB Variations

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

Color information

#378955 (or 0x378955) is known color: Sea Green. HEX triplet: 37, 89 and 55. RGB value is (55,137,85). Sum of RGB (Red+Green+Blue) = 55+137+85=277 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.86% from 277); Green value is 137 (53.91% from 255 or 49.46% from 277); Blue value is 85 (33.59% from 255 or 30.69% from 277); Max value from RGB is 137 - color contains mainly: green. Hex color #378955 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378955 is #C876AA. Grayscale: #6A6A6A. Windows color (decimal): -13137579 or 5605687. OLE color: 5605687.

HSL color Cylindrical-coordinate representation of color #378955: hue angle of 141.95º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #378955 is Cyan = 0.60, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB 55 137 85 -
CMYK 0.60 0 0.38 0.46
HSL 141.95º 0.43% 0.38% -
HSV(B) 141.95º 0.6% 0.54% -
XYZ 12.16 19.36 11.69 -
YUV 106.55 115.83 91.23 -
System Red Green Blue C M Y K H S L
Decimal 55 137 85 0.60 0 0.38 0.46 141.95 0.43 0.38
Hex 37 89 55 3C 0 26 2E 8E 2B 26
Octal 67 211 125 74 0 46 56 216 53 46
Binary 110111 10001001 1010101 111100 0 100110 101110 10001110 101011 100110

Color Harmonies of #378955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378955

Black with #378955

Text Example


Text Example

White with #378955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378955; }

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

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

background-color css

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

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

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

border-color css

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

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

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