Html Css Color HEX #38754E Amazon

📋 copy color: '#38754E'

red 56 ◦ green 117 ◦ blue 78

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

Shades of Amazon #38754E

Tints of Amazon #38754E

RGB

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

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

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

R = 22.31%
G = 46.61%
B = 31.08%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#38754E (or 0x38754E) is known color: Amazon. HEX triplet: 38, 75 and 4E. RGB value is (56,117,78). Sum of RGB (Red+Green+Blue) = 56+117+78=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 117 (46.09% from 255 or 46.61% from 251); Blue value is 78 (30.86% from 255 or 31.08% from 251); Max value from RGB is 117 - color contains mainly: green. Hex color #38754E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38754E is #C78AB1. Grayscale: #5E5E5E. Windows color (decimal): -13077170 or 5141816. OLE color: 5141816.

HSL color Cylindrical-coordinate representation of color #38754E: hue angle of 141.64º 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 #38754E is Cyan = 0.52, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 117 78 -
CMYK 0.52 0 0.33 0.54
HSL 141.64º 0.35% 0.34% -
HSV(B) 141.64º 0.52% 0.46% -
XYZ 9.37 14.11 9.44 -
YUV 94.32 118.79 100.67 -
System Red Green Blue C M Y K H S L
Decimal 56 117 78 0.52 0 0.33 0.54 141.64 0.35 0.34
Hex 38 75 4E 34 0 21 36 8E 23 22
Octal 70 165 116 64 0 41 66 216 43 42
Binary 111000 1110101 1001110 110100 0 100001 110110 10001110 100011 100010

Color Harmonies of #38754E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38754E

Black with #38754E

Text Example


Text Example

White with #38754E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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