Html Css Color HEX #38704E Amazon

📋 copy color: '#38704E'

red 56 ◦ green 112 ◦ blue 78

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

Shades of Amazon #38704E

Tints of Amazon #38704E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.53%

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

R = 22.76%
G = 45.53%
B = 31.71%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#38704E (or 0x38704E) is known color: Amazon. HEX triplet: 38, 70 and 4E. RGB value is (56,112,78). Sum of RGB (Red+Green+Blue) = 56+112+78=246 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.76% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 78 (30.86% from 255 or 31.71% from 246); Max value from RGB is 112 - color contains mainly: green. Hex color #38704E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38704E is #C78FB1. Grayscale: #5B5B5B. Windows color (decimal): -13078450 or 5140536. OLE color: 5140536.

HSL color Cylindrical-coordinate representation of color #38704E: hue angle of 143.57º degrees, saturation: 0.33, 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 #38704E is Cyan = 0.50, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 112 78 -
CMYK 0.50 0 0.30 0.56
HSL 143.57º 0.33% 0.33% -
HSV(B) 143.57º 0.5% 0.44% -
XYZ 8.8 12.98 9.25 -
YUV 91.38 120.45 102.76 -
System Red Green Blue C M Y K H S L
Decimal 56 112 78 0.50 0 0.30 0.56 143.57 0.33 0.33
Hex 38 70 4E 32 0 1E 38 90 21 21
Octal 70 160 116 62 0 36 70 220 41 41
Binary 111000 1110000 1001110 110010 0 11110 111000 10010000 100001 100001

Color Harmonies of #38704E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38704E

Black with #38704E

Text Example


Text Example

White with #38704E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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