Html Css Color HEX #388481 Atoll

📋 copy color: '#388481'

red 56 ◦ green 132 ◦ blue 129

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

Shades of Atoll #388481

Tints of Atoll #388481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 40.69%

R = 17.67%
G = 41.64%
B = 40.69%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#388481 (or 0x388481) is known color: Atoll. HEX triplet: 38, 84 and 81. RGB value is (56,132,129). Sum of RGB (Red+Green+Blue) = 56+132+129=317 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.67% from 317); Green value is 132 (51.95% from 255 or 41.64% from 317); Blue value is 129 (50.78% from 255 or 40.69% from 317); Max value from RGB is 132 - color contains mainly: green. Hex color #388481 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388481 is #C77B7E. Grayscale: #6C6C6C. Windows color (decimal): -13073279 or 8487992. OLE color: 8487992.

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

Color convert

RGB 56 132 129 -
CMYK 0.58 0 0.02 0.48
HSL 177.63º 0.4% 0.37% -
HSV(B) 177.63º 0.58% 0.52% -
XYZ 13.84 18.93 23.69 -
YUV 108.93 139.32 90.24 -
System Red Green Blue C M Y K H S L
Decimal 56 132 129 0.58 0 0.02 0.48 177.63 0.4 0.37
Hex 38 84 81 3A 0 2 30 B2 28 25
Octal 70 204 201 72 0 2 60 262 50 45
Binary 111000 10000100 10000001 111010 0 10 110000 10110010 101000 100101

Color Harmonies of #388481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388481

Black with #388481

Text Example


Text Example

White with #388481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388481; }

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

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

background-color css

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

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

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

border-color css

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

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

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