Html Css Color HEX #378D55 Sea Green

📋 copy color: '#378D55'

red 55 ◦ green 141 ◦ blue 85

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

Shades of Sea Green #378D55

Tints of Sea Green #378D55

RGB

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

 GREEN value IS 141 (55.47% from 255) = 50.18%

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

R = 19.57%
G = 50.18%
B = 30.25%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.40

 K value IS 0.45

RGB Variations

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

Color information

#378D55 (or 0x378D55) is known color: Sea Green. HEX triplet: 37, 8D and 55. RGB value is (55,141,85). Sum of RGB (Red+Green+Blue) = 55+141+85=281 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.57% from 281); Green value is 141 (55.47% from 255 or 50.18% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 141 - color contains mainly: green. Hex color #378D55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378D55 is #C872AA. Grayscale: #6D6D6D. Windows color (decimal): -13136555 or 5606711. OLE color: 5606711.

HSL color Cylindrical-coordinate representation of color #378D55: hue angle of 140.93º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #378D55 is Cyan = 0.61, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 141 85 -
CMYK 0.61 0 0.40 0.45
HSL 140.93º 0.44% 0.38% -
HSV(B) 140.93º 0.61% 0.55% -
XYZ 12.74 20.52 11.88 -
YUV 108.9 114.51 89.55 -
System Red Green Blue C M Y K H S L
Decimal 55 141 85 0.61 0 0.40 0.45 140.93 0.44 0.38
Hex 37 8D 55 3D 0 28 2D 8D 2C 26
Octal 67 215 125 75 0 50 55 215 54 46
Binary 110111 10001101 1010101 111101 0 101000 101101 10001101 101100 100110

Color Harmonies of #378D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378D55

Black with #378D55

Text Example


Text Example

White with #378D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378D55; }

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

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

background-color css

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

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

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

border-color css

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

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

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