Html Css Color HEX #38837F Atoll

📋 copy color: '#38837F'

red 56 ◦ green 131 ◦ blue 127

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

Shades of Atoll #38837F

Tints of Atoll #38837F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.72%

 BLUE value IS 127 (50% from 255) = 40.45%

R = 17.83%
G = 41.72%
B = 40.45%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#38837F (or 0x38837F) is known color: Atoll. HEX triplet: 38, 83 and 7F. RGB value is (56,131,127). Sum of RGB (Red+Green+Blue) = 56+131+127=314 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.83% from 314); Green value is 131 (51.56% from 255 or 41.72% from 314); Blue value is 127 (50% from 255 or 40.45% from 314); Max value from RGB is 131 - color contains mainly: green. Hex color #38837F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38837F is #C77C80. Grayscale: #6C6C6C. Windows color (decimal): -13073537 or 8356664. OLE color: 8356664.

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

Color convert

RGB 56 131 127 -
CMYK 0.57 0 0.03 0.49
HSL 176.8º 0.4% 0.37% -
HSV(B) 176.8º 0.57% 0.51% -
XYZ 13.58 18.61 22.95 -
YUV 108.12 138.65 90.83 -
System Red Green Blue C M Y K H S L
Decimal 56 131 127 0.57 0 0.03 0.49 176.8 0.4 0.37
Hex 38 83 7F 39 0 3 31 B1 28 25
Octal 70 203 177 71 0 3 61 261 50 45
Binary 111000 10000011 1111111 111001 0 11 110001 10110001 101000 100101

Color Harmonies of #38837F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38837F

Black with #38837F

Text Example


Text Example

White with #38837F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38837F; }

 p { color: rgb(56,131,127); }

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

background-color css

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

 a { background-color: rgb(56,131,127); }

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

border-color css

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

 span { border-color: rgb(56,131,127); }

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