Html Css Color HEX #38714D Amazon

📋 copy color: '#38714D'

red 56 ◦ green 113 ◦ blue 77

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

Shades of Amazon #38714D

Tints of Amazon #38714D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 31.3%

R = 22.76%
G = 45.93%
B = 31.3%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#38714D (or 0x38714D) is known color: Amazon. HEX triplet: 38, 71 and 4D. RGB value is (56,113,77). Sum of RGB (Red+Green+Blue) = 56+113+77=246 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.76% from 246); Green value is 113 (44.53% from 255 or 45.93% from 246); Blue value is 77 (30.47% from 255 or 31.30% from 246); Max value from RGB is 113 - color contains mainly: green. Hex color #38714D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38714D is #C78EB2. Grayscale: #5B5B5B. Windows color (decimal): -13078195 or 5075256. OLE color: 5075256.

HSL color Cylindrical-coordinate representation of color #38714D: hue angle of 142.11º 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 #38714D is Cyan = 0.50, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 113 77 -
CMYK 0.50 0 0.32 0.56
HSL 142.11º 0.34% 0.33% -
HSV(B) 142.11º 0.5% 0.44% -
XYZ 8.88 13.19 9.1 -
YUV 91.85 119.62 102.43 -
System Red Green Blue C M Y K H S L
Decimal 56 113 77 0.50 0 0.32 0.56 142.11 0.34 0.33
Hex 38 71 4D 32 0 20 38 8E 22 21
Octal 70 161 115 62 0 40 70 216 42 41
Binary 111000 1110001 1001101 110010 0 100000 111000 10001110 100010 100001

Color Harmonies of #38714D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38714D

Black with #38714D

Text Example


Text Example

White with #38714D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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