Html Css Color HEX #38714C Amazon

📋 copy color: '#38714C'

red 56 ◦ green 113 ◦ blue 76

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

Shades of Amazon #38714C

Tints of Amazon #38714C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 46.12%

 BLUE value IS 76 (30.08% from 255) = 31.02%

R = 22.86%
G = 46.12%
B = 31.02%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#38714C (or 0x38714C) is known color: Amazon. HEX triplet: 38, 71 and 4C. RGB value is (56,113,76). Sum of RGB (Red+Green+Blue) = 56+113+76=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 113 (44.53% from 255 or 46.12% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 113 - color contains mainly: green. Hex color #38714C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38714C is #C78EB3. Grayscale: #5B5B5B. Windows color (decimal): -13078196 or 5009720. OLE color: 5009720.

HSL color Cylindrical-coordinate representation of color #38714C: hue angle of 141.05º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #38714C is Cyan = 0.50, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 113 76 -
CMYK 0.50 0 0.33 0.56
HSL 141.05º 0.34% 0.33% -
HSV(B) 141.05º 0.5% 0.44% -
XYZ 8.84 13.17 8.91 -
YUV 91.74 119.12 102.51 -
System Red Green Blue C M Y K H S L
Decimal 56 113 76 0.50 0 0.33 0.56 141.05 0.34 0.33
Hex 38 71 4C 32 0 21 38 8D 22 21
Octal 70 161 114 62 0 41 70 215 42 41
Binary 111000 1110001 1001100 110010 0 100001 111000 10001101 100010 100001

Color Harmonies of #38714C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38714C

Black with #38714C

Text Example


Text Example

White with #38714C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38714C; }

 p { color: rgb(56,113,76); }

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

background-color css

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

 a { background-color: rgb(56,113,76); }

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

border-color css

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

 span { border-color: rgb(56,113,76); }

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