Html Css Color HEX #38795D Amazon

📋 copy color: '#38795D'

red 56 ◦ green 121 ◦ blue 93

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

Shades of Amazon #38795D

Tints of Amazon #38795D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 44.81%

 BLUE value IS 93 (36.72% from 255) = 34.44%

R = 20.74%
G = 44.81%
B = 34.44%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#38795D (or 0x38795D) is known color: Amazon. HEX triplet: 38, 79 and 5D. RGB value is (56,121,93). Sum of RGB (Red+Green+Blue) = 56+121+93=270 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.74% from 270); Green value is 121 (47.66% from 255 or 44.81% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 121 - color contains mainly: green. Hex color #38795D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38795D is #C786A2. Grayscale: #626262. Windows color (decimal): -13076131 or 6125880. OLE color: 6125880.

HSL color Cylindrical-coordinate representation of color #38795D: hue angle of 154.15º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #38795D is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 121 93 -
CMYK 0.54 0 0.23 0.53
HSL 154.15º 0.37% 0.35% -
HSV(B) 154.15º 0.54% 0.47% -
XYZ 10.44 15.31 12.76 -
YUV 98.37 124.97 97.78 -
System Red Green Blue C M Y K H S L
Decimal 56 121 93 0.54 0 0.23 0.53 154.15 0.37 0.35
Hex 38 79 5D 36 0 17 35 9A 25 23
Octal 70 171 135 66 0 27 65 232 45 43
Binary 111000 1111001 1011101 110110 0 10111 110101 10011010 100101 100011

Color Harmonies of #38795D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38795D

Black with #38795D

Text Example


Text Example

White with #38795D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,121,93); }

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

background-color css

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

 a { background-color: rgb(56,121,93); }

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

border-color css

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

 span { border-color: rgb(56,121,93); }

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