Html Css Color HEX #388281 Atoll

📋 copy color: '#388281'

red 56 ◦ green 130 ◦ blue 129

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

Shades of Atoll #388281

Tints of Atoll #388281

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.27%

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

R = 17.78%
G = 41.27%
B = 40.95%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#388281 (or 0x388281) is known color: Atoll. HEX triplet: 38, 82 and 81. RGB value is (56,130,129). Sum of RGB (Red+Green+Blue) = 56+130+129=315 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.78% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 129 (50.78% from 255 or 40.95% from 315); Max value from RGB is 130 - color contains mainly: green. Hex color #388281 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388281 is #C77D7E. Grayscale: #6B6B6B. Windows color (decimal): -13073791 or 8487480. OLE color: 8487480.

HSL color Cylindrical-coordinate representation of color #388281: hue angle of 179.19º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #388281 is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 130 129 -
CMYK 0.57 0 0.01 0.49
HSL 179.19º 0.4% 0.36% -
HSV(B) 179.19º 0.57% 0.51% -
XYZ 13.58 18.39 23.6 -
YUV 107.76 139.98 91.08 -
System Red Green Blue C M Y K H S L
Decimal 56 130 129 0.57 0 0.01 0.49 179.19 0.4 0.36
Hex 38 82 81 39 0 1 31 B3 28 24
Octal 70 202 201 71 0 1 61 263 50 44
Binary 111000 10000010 10000001 111001 0 1 110001 10110011 101000 100100

Color Harmonies of #388281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388281

Black with #388281

Text Example


Text Example

White with #388281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388281; }

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

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

background-color css

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

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

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

border-color css

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

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

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