Html Css Color HEX #388B55 Sea Green

📋 copy color: '#388B55'

red 56 ◦ green 139 ◦ blue 85

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

Shades of Sea Green #388B55

Tints of Sea Green #388B55

RGB

 RED value IS 56 (22.27% from 255) = 20%

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

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

R = 20%
G = 49.64%
B = 30.36%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.39

 K value IS 0.45

RGB Variations

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

Color information

#388B55 (or 0x388B55) is known color: Sea Green. HEX triplet: 38, 8B and 55. RGB value is (56,139,85). Sum of RGB (Red+Green+Blue) = 56+139+85=280 (37% of max value = 765). Red value is 56 (22.27% from 255 or 20% from 280); Green value is 139 (54.69% from 255 or 49.64% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 139 - color contains mainly: green. Hex color #388B55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388B55 is #C774AA. Grayscale: #6C6C6C. Windows color (decimal): -13071531 or 5606200. OLE color: 5606200.

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

Color convert

RGB 56 139 85 -
CMYK 0.60 0 0.39 0.45
HSL 140.96º 0.43% 0.38% -
HSV(B) 140.96º 0.6% 0.55% -
XYZ 12.5 19.96 11.79 -
YUV 108.03 115 90.89 -
System Red Green Blue C M Y K H S L
Decimal 56 139 85 0.60 0 0.39 0.45 140.96 0.43 0.38
Hex 38 8B 55 3C 0 27 2D 8D 2B 26
Octal 70 213 125 74 0 47 55 215 53 46
Binary 111000 10001011 1010101 111100 0 100111 101101 10001101 101011 100110

Color Harmonies of #388B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388B55

Black with #388B55

Text Example


Text Example

White with #388B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388B55; }

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

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

background-color css

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

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

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

border-color css

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

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

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