Html Css Color HEX #38724C Amazon

📋 copy color: '#38724C'

red 56 ◦ green 114 ◦ blue 76

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

Shades of Amazon #38724C

Tints of Amazon #38724C

RGB

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

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

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

R = 22.76%
G = 46.34%
B = 30.89%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#38724C (or 0x38724C) is known color: Amazon. HEX triplet: 38, 72 and 4C. RGB value is (56,114,76). Sum of RGB (Red+Green+Blue) = 56+114+76=246 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.76% from 246); Green value is 114 (44.92% from 255 or 46.34% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 114 - color contains mainly: green. Hex color #38724C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38724C is #C78DB3. Grayscale: #5C5C5C. Windows color (decimal): -13077940 or 5009976. OLE color: 5009976.

HSL color Cylindrical-coordinate representation of color #38724C: hue angle of 140.69º 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 #38724C is Cyan = 0.51, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 114 76 -
CMYK 0.51 0 0.33 0.55
HSL 140.69º 0.34% 0.33% -
HSV(B) 140.69º 0.51% 0.45% -
XYZ 8.95 13.4 8.95 -
YUV 92.33 118.78 102.09 -
System Red Green Blue C M Y K H S L
Decimal 56 114 76 0.51 0 0.33 0.55 140.69 0.34 0.33
Hex 38 72 4C 33 0 21 37 8D 22 21
Octal 70 162 114 63 0 41 67 215 42 41
Binary 111000 1110010 1001100 110011 0 100001 110111 10001101 100010 100001

Color Harmonies of #38724C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38724C

Black with #38724C

Text Example


Text Example

White with #38724C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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