Html Css Color HEX #38724E Amazon

📋 copy color: '#38724E'

red 56 ◦ green 114 ◦ blue 78

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

Shades of Amazon #38724E

Tints of Amazon #38724E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 31.45%

R = 22.58%
G = 45.97%
B = 31.45%

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

#38724E (or 0x38724E) is known color: Amazon. HEX triplet: 38, 72 and 4E. RGB value is (56,114,78). Sum of RGB (Red+Green+Blue) = 56+114+78=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 114 (44.92% from 255 or 45.97% from 248); Blue value is 78 (30.86% from 255 or 31.45% from 248); Max value from RGB is 114 - color contains mainly: green. Hex color #38724E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38724E is #C78DB1. Grayscale: #5C5C5C. Windows color (decimal): -13077938 or 5141048. OLE color: 5141048.

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

Color convert

RGB 56 114 78 -
CMYK 0.51 0 0.32 0.55
HSL 142.76º 0.34% 0.33% -
HSV(B) 142.76º 0.51% 0.45% -
XYZ 9.02 13.43 9.32 -
YUV 92.55 119.78 101.93 -
System Red Green Blue C M Y K H S L
Decimal 56 114 78 0.51 0 0.32 0.55 142.76 0.34 0.33
Hex 38 72 4E 33 0 20 37 8F 22 21
Octal 70 162 116 63 0 40 67 217 42 41
Binary 111000 1110010 1001110 110011 0 100000 110111 10001111 100010 100001

Color Harmonies of #38724E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38724E

Black with #38724E

Text Example


Text Example

White with #38724E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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