Html Css Color HEX #38744A Amazon

📋 copy color: '#38744A'

red 56 ◦ green 116 ◦ blue 74

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

Shades of Amazon #38744A

Tints of Amazon #38744A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 30.08%

R = 22.76%
G = 47.15%
B = 30.08%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#38744A (or 0x38744A) is known color: Amazon. HEX triplet: 38, 74 and 4A. RGB value is (56,116,74). Sum of RGB (Red+Green+Blue) = 56+116+74=246 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.76% from 246); Green value is 116 (45.70% from 255 or 47.15% from 246); Blue value is 74 (29.30% from 255 or 30.08% from 246); Max value from RGB is 116 - color contains mainly: green. Hex color #38744A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38744A is #C78BB5. Grayscale: #5D5D5D. Windows color (decimal): -13077430 or 4879416. OLE color: 4879416.

HSL color Cylindrical-coordinate representation of color #38744A: hue angle of 138º 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 #38744A is Cyan = 0.52, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 116 74 -
CMYK 0.52 0 0.36 0.55
HSL 138º 0.35% 0.34% -
HSV(B) 138º 0.52% 0.45% -
XYZ 9.11 13.83 8.67 -
YUV 93.27 117.12 101.42 -
System Red Green Blue C M Y K H S L
Decimal 56 116 74 0.52 0 0.36 0.55 138 0.35 0.34
Hex 38 74 4A 34 0 24 37 8A 23 22
Octal 70 164 112 64 0 44 67 212 43 42
Binary 111000 1110100 1001010 110100 0 100100 110111 10001010 100011 100010

Color Harmonies of #38744A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38744A

Black with #38744A

Text Example


Text Example

White with #38744A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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