Html Css Color HEX #388580 Atoll

📋 copy color: '#388580'

red 56 ◦ green 133 ◦ blue 128

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

Shades of Atoll #388580

Tints of Atoll #388580

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.96%

 BLUE value IS 128 (50.39% from 255) = 40.38%

R = 17.67%
G = 41.96%
B = 40.38%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#388580 (or 0x388580) is known color: Atoll. HEX triplet: 38, 85 and 80. RGB value is (56,133,128). Sum of RGB (Red+Green+Blue) = 56+133+128=317 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.67% from 317); Green value is 133 (52.34% from 255 or 41.96% from 317); Blue value is 128 (50.39% from 255 or 40.38% from 317); Max value from RGB is 133 - color contains mainly: green. Hex color #388580 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388580 is #C77A7F. Grayscale: #6D6D6D. Windows color (decimal): -13073024 or 8422712. OLE color: 8422712.

HSL color Cylindrical-coordinate representation of color #388580: hue angle of 176.1º degrees, saturation: 0.41, 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 #388580 is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 133 128 -
CMYK 0.58 0 0.04 0.48
HSL 176.1º 0.41% 0.37% -
HSV(B) 176.1º 0.58% 0.52% -
XYZ 13.91 19.17 23.39 -
YUV 109.41 138.49 89.91 -
System Red Green Blue C M Y K H S L
Decimal 56 133 128 0.58 0 0.04 0.48 176.1 0.41 0.37
Hex 38 85 80 3A 0 4 30 B0 29 25
Octal 70 205 200 72 0 4 60 260 51 45
Binary 111000 10000101 10000000 111010 0 100 110000 10110000 101001 100101

Color Harmonies of #388580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388580

Black with #388580

Text Example


Text Example

White with #388580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388580; }

 p { color: rgb(56,133,128); }

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

background-color css

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

 a { background-color: rgb(56,133,128); }

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

border-color css

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

 span { border-color: rgb(56,133,128); }

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