Html Css Color HEX #388855 Sea Green

📋 copy color: '#388855'

red 56 ◦ green 136 ◦ blue 85

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

Shades of Sea Green #388855

Tints of Sea Green #388855

RGB

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

 GREEN value IS 136 (53.52% from 255) = 49.1%

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

R = 20.22%
G = 49.1%
B = 30.69%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#388855 (or 0x388855) is known color: Sea Green. HEX triplet: 38, 88 and 55. RGB value is (56,136,85). Sum of RGB (Red+Green+Blue) = 56+136+85=277 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.22% from 277); Green value is 136 (53.52% from 255 or 49.10% from 277); Blue value is 85 (33.59% from 255 or 30.69% from 277); Max value from RGB is 136 - color contains mainly: green. Hex color #388855 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388855 is #C777AA. Grayscale: #6A6A6A. Windows color (decimal): -13072299 or 5605432. OLE color: 5605432.

HSL color Cylindrical-coordinate representation of color #388855: hue angle of 141.75º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #388855 is Cyan = 0.59, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 136 85 -
CMYK 0.59 0 0.38 0.47
HSL 141.75º 0.42% 0.38% -
HSV(B) 141.75º 0.59% 0.53% -
XYZ 12.07 19.1 11.65 -
YUV 106.27 116 92.15 -
System Red Green Blue C M Y K H S L
Decimal 56 136 85 0.59 0 0.38 0.47 141.75 0.42 0.38
Hex 38 88 55 3B 0 26 2F 8E 2A 26
Octal 70 210 125 73 0 46 57 216 52 46
Binary 111000 10001000 1010101 111011 0 100110 101111 10001110 101010 100110

Color Harmonies of #388855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388855

Black with #388855

Text Example


Text Example

White with #388855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388855; }

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

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

background-color css

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

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

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

border-color css

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

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

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