Html Css Color HEX #388460 Sea Green

📋 copy color: '#388460'

red 56 ◦ green 132 ◦ blue 96

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

Shades of Sea Green #388460

Tints of Sea Green #388460

RGB

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

 GREEN value IS 132 (51.95% from 255) = 46.48%

 BLUE value IS 96 (37.89% from 255) = 33.8%

R = 19.72%
G = 46.48%
B = 33.8%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#388460 (or 0x388460) is known color: Sea Green. HEX triplet: 38, 84 and 60. RGB value is (56,132,96). Sum of RGB (Red+Green+Blue) = 56+132+96=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 132 (51.95% from 255 or 46.48% from 284); Blue value is 96 (37.89% from 255 or 33.80% from 284); Max value from RGB is 132 - color contains mainly: green. Hex color #388460 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388460 is #C77B9F. Grayscale: #696969. Windows color (decimal): -13073312 or 6325304. OLE color: 6325304.

HSL color Cylindrical-coordinate representation of color #388460: hue angle of 151.58º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #388460 is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 132 96 -
CMYK 0.58 0 0.27 0.48
HSL 151.58º 0.4% 0.37% -
HSV(B) 151.58º 0.58% 0.52% -
XYZ 11.99 18.19 13.94 -
YUV 105.17 122.82 92.93 -
System Red Green Blue C M Y K H S L
Decimal 56 132 96 0.58 0 0.27 0.48 151.58 0.4 0.37
Hex 38 84 60 3A 0 1B 30 98 28 25
Octal 70 204 140 72 0 33 60 230 50 45
Binary 111000 10000100 1100000 111010 0 11011 110000 10011000 101000 100101

Color Harmonies of #388460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388460

Black with #388460

Text Example


Text Example

White with #388460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388460; }

 p { color: rgb(56,132,96); }

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

background-color css

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

 a { background-color: rgb(56,132,96); }

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

border-color css

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

 span { border-color: rgb(56,132,96); }

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