Html Css Color HEX #38744B Amazon

📋 copy color: '#38744B'

red 56 ◦ green 116 ◦ blue 75

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

Shades of Amazon #38744B

Tints of Amazon #38744B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 30.36%

R = 22.67%
G = 46.96%
B = 30.36%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#38744B (or 0x38744B) is known color: Amazon. HEX triplet: 38, 74 and 4B. RGB value is (56,116,75). Sum of RGB (Red+Green+Blue) = 56+116+75=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 116 (45.70% from 255 or 46.96% from 247); Blue value is 75 (29.69% from 255 or 30.36% from 247); Max value from RGB is 116 - color contains mainly: green. Hex color #38744B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38744B is #C78BB4. Grayscale: #5D5D5D. Windows color (decimal): -13077429 or 4944952. OLE color: 4944952.

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

Color convert

RGB 56 116 75 -
CMYK 0.52 0 0.35 0.55
HSL 139º 0.35% 0.34% -
HSV(B) 139º 0.52% 0.45% -
XYZ 9.15 13.84 8.85 -
YUV 93.39 117.62 101.33 -
System Red Green Blue C M Y K H S L
Decimal 56 116 75 0.52 0 0.35 0.55 139 0.35 0.34
Hex 38 74 4B 34 0 23 37 8B 23 22
Octal 70 164 113 64 0 43 67 213 43 42
Binary 111000 1110100 1001011 110100 0 100011 110111 10001011 100011 100010

Color Harmonies of #38744B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38744B

Black with #38744B

Text Example


Text Example

White with #38744B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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