Html Css Color HEX #38754F Amazon

📋 copy color: '#38754F'

red 56 ◦ green 117 ◦ blue 79

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

Shades of Amazon #38754F

Tints of Amazon #38754F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 31.35%

R = 22.22%
G = 46.43%
B = 31.35%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#38754F (or 0x38754F) is known color: Amazon. HEX triplet: 38, 75 and 4F. RGB value is (56,117,79). Sum of RGB (Red+Green+Blue) = 56+117+79=252 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.22% from 252); Green value is 117 (46.09% from 255 or 46.43% from 252); Blue value is 79 (31.25% from 255 or 31.35% from 252); Max value from RGB is 117 - color contains mainly: green. Hex color #38754F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38754F is #C78AB0. Grayscale: #5E5E5E. Windows color (decimal): -13077169 or 5207352. OLE color: 5207352.

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

Color convert

RGB 56 117 79 -
CMYK 0.52 0 0.32 0.54
HSL 142.62º 0.35% 0.34% -
HSV(B) 142.62º 0.52% 0.46% -
XYZ 9.4 14.13 9.63 -
YUV 94.43 119.29 100.59 -
System Red Green Blue C M Y K H S L
Decimal 56 117 79 0.52 0 0.32 0.54 142.62 0.35 0.34
Hex 38 75 4F 34 0 20 36 8F 23 22
Octal 70 165 117 64 0 40 66 217 43 42
Binary 111000 1110101 1001111 110100 0 100000 110110 10001111 100011 100010

Color Harmonies of #38754F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38754F

Black with #38754F

Text Example


Text Example

White with #38754F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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