Html Css Color HEX #38744E Amazon

📋 copy color: '#38744E'

red 56 ◦ green 116 ◦ blue 78

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

Shades of Amazon #38744E

Tints of Amazon #38744E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 46.4%

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

R = 22.4%
G = 46.4%
B = 31.2%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#38744E (or 0x38744E) is known color: Amazon. HEX triplet: 38, 74 and 4E. RGB value is (56,116,78). Sum of RGB (Red+Green+Blue) = 56+116+78=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 116 (45.70% from 255 or 46.4% from 250); Blue value is 78 (30.86% from 255 or 31.2% from 250); Max value from RGB is 116 - color contains mainly: green. Hex color #38744E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38744E is #C78BB1. Grayscale: #5D5D5D. Windows color (decimal): -13077426 or 5141560. OLE color: 5141560.

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

Color convert

RGB 56 116 78 -
CMYK 0.52 0 0.33 0.55
HSL 142º 0.35% 0.34% -
HSV(B) 142º 0.52% 0.45% -
XYZ 9.25 13.88 9.4 -
YUV 93.73 119.12 101.09 -
System Red Green Blue C M Y K H S L
Decimal 56 116 78 0.52 0 0.33 0.55 142 0.35 0.34
Hex 38 74 4E 34 0 21 37 8E 23 22
Octal 70 164 116 64 0 41 67 216 43 42
Binary 111000 1110100 1001110 110100 0 100001 110111 10001110 100011 100010

Color Harmonies of #38744E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38744E

Black with #38744E

Text Example


Text Example

White with #38744E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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