Html Css Color HEX #38755D Amazon

📋 copy color: '#38755D'

red 56 ◦ green 117 ◦ blue 93

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

Shades of Amazon #38755D

Tints of Amazon #38755D

RGB

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

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

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

R = 21.05%
G = 43.98%
B = 34.96%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#38755D (or 0x38755D) is known color: Amazon. HEX triplet: 38, 75 and 5D. RGB value is (56,117,93). Sum of RGB (Red+Green+Blue) = 56+117+93=266 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.05% from 266); Green value is 117 (46.09% from 255 or 43.98% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 117 - color contains mainly: green. Hex color #38755D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38755D is #C78AA2. Grayscale: #606060. Windows color (decimal): -13077155 or 6124856. OLE color: 6124856.

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

Color convert

RGB 56 117 93 -
CMYK 0.52 0 0.21 0.54
HSL 156.39º 0.35% 0.34% -
HSV(B) 156.39º 0.52% 0.46% -
XYZ 9.97 14.35 12.6 -
YUV 96.03 126.29 99.45 -
System Red Green Blue C M Y K H S L
Decimal 56 117 93 0.52 0 0.21 0.54 156.39 0.35 0.34
Hex 38 75 5D 34 0 15 36 9C 23 22
Octal 70 165 135 64 0 25 66 234 43 42
Binary 111000 1110101 1011101 110100 0 10101 110110 10011100 100011 100010

Color Harmonies of #38755D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38755D

Black with #38755D

Text Example


Text Example

White with #38755D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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