Html Css Color HEX #38724D Amazon

📋 copy color: '#38724D'

red 56 ◦ green 114 ◦ blue 77

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

Shades of Amazon #38724D

Tints of Amazon #38724D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 46.15%

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

R = 22.67%
G = 46.15%
B = 31.17%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#38724D (or 0x38724D) is known color: Amazon. HEX triplet: 38, 72 and 4D. RGB value is (56,114,77). Sum of RGB (Red+Green+Blue) = 56+114+77=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 114 (44.92% from 255 or 46.15% from 247); Blue value is 77 (30.47% from 255 or 31.17% from 247); Max value from RGB is 114 - color contains mainly: green. Hex color #38724D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38724D is #C78DB2. Grayscale: #5C5C5C. Windows color (decimal): -13077939 or 5075512. OLE color: 5075512.

HSL color Cylindrical-coordinate representation of color #38724D: hue angle of 141.72º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #38724D is Cyan = 0.51, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 114 77 -
CMYK 0.51 0 0.32 0.55
HSL 141.72º 0.34% 0.33% -
HSV(B) 141.72º 0.51% 0.45% -
XYZ 8.99 13.41 9.14 -
YUV 92.44 119.28 102.01 -
System Red Green Blue C M Y K H S L
Decimal 56 114 77 0.51 0 0.32 0.55 141.72 0.34 0.33
Hex 38 72 4D 33 0 20 37 8E 22 21
Octal 70 162 115 63 0 40 67 216 42 41
Binary 111000 1110010 1001101 110011 0 100000 110111 10001110 100010 100001

Color Harmonies of #38724D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38724D

Black with #38724D

Text Example


Text Example

White with #38724D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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