Html Css Color HEX #38754C Amazon

📋 copy color: '#38754C'

red 56 ◦ green 117 ◦ blue 76

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

Shades of Amazon #38754C

Tints of Amazon #38754C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 30.52%

R = 22.49%
G = 46.99%
B = 30.52%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#38754C (or 0x38754C) is known color: Amazon. HEX triplet: 38, 75 and 4C. RGB value is (56,117,76). Sum of RGB (Red+Green+Blue) = 56+117+76=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 117 (46.09% from 255 or 46.99% from 249); Blue value is 76 (30.08% from 255 or 30.52% from 249); Max value from RGB is 117 - color contains mainly: green. Hex color #38754C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38754C is #C78AB3. Grayscale: #5E5E5E. Windows color (decimal): -13077172 or 5010744. OLE color: 5010744.

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

Color convert

RGB 56 117 76 -
CMYK 0.52 0 0.35 0.54
HSL 139.67º 0.35% 0.34% -
HSV(B) 139.67º 0.52% 0.46% -
XYZ 9.3 14.09 9.07 -
YUV 94.09 117.79 100.83 -
System Red Green Blue C M Y K H S L
Decimal 56 117 76 0.52 0 0.35 0.54 139.67 0.35 0.34
Hex 38 75 4C 34 0 23 36 8C 23 22
Octal 70 165 114 64 0 43 66 214 43 42
Binary 111000 1110101 1001100 110100 0 100011 110110 10001100 100011 100010

Color Harmonies of #38754C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38754C

Black with #38754C

Text Example


Text Example

White with #38754C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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