Html Css Color HEX #38754D Amazon

📋 copy color: '#38754D'

red 56 ◦ green 117 ◦ blue 77

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

Shades of Amazon #38754D

Tints of Amazon #38754D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 46.8%

 BLUE value IS 77 (30.47% from 255) = 30.8%

R = 22.4%
G = 46.8%
B = 30.8%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#38754D (or 0x38754D) is known color: Amazon. HEX triplet: 38, 75 and 4D. RGB value is (56,117,77). Sum of RGB (Red+Green+Blue) = 56+117+77=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 117 (46.09% from 255 or 46.8% from 250); Blue value is 77 (30.47% from 255 or 30.8% from 250); Max value from RGB is 117 - color contains mainly: green. Hex color #38754D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38754D is #C78AB2. Grayscale: #5E5E5E. Windows color (decimal): -13077171 or 5076280. OLE color: 5076280.

HSL color Cylindrical-coordinate representation of color #38754D: hue angle of 140.66º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #38754D is Cyan = 0.52, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 117 77 -
CMYK 0.52 0 0.34 0.54
HSL 140.66º 0.35% 0.34% -
HSV(B) 140.66º 0.52% 0.46% -
XYZ 9.33 14.1 9.25 -
YUV 94.2 118.29 100.75 -
System Red Green Blue C M Y K H S L
Decimal 56 117 77 0.52 0 0.34 0.54 140.66 0.35 0.34
Hex 38 75 4D 34 0 22 36 8D 23 22
Octal 70 165 115 64 0 42 66 215 43 42
Binary 111000 1110101 1001101 110100 0 100010 110110 10001101 100011 100010

Color Harmonies of #38754D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38754D

Black with #38754D

Text Example


Text Example

White with #38754D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38754D; }

 p { color: rgb(56,117,77); }

 H1.HeaderClassName
 {
   color: #38754D;
 }
 .AnyTagClassName
 {
   color: #38754D;
 }
</style>

background-color css

<style>
 a { background-color: #38754D; }

 a { background-color: rgb(56,117,77); }

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

border-color css

<style>
 span { border-color: #38754D; }

 span { border-color: rgb(56,117,77); }

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