Html Css Color HEX #38874E Amazon

📋 copy color: '#38874E'

red 56 ◦ green 135 ◦ blue 78

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

Shades of Amazon #38874E

Tints of Amazon #38874E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 50.19%

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

R = 20.82%
G = 50.19%
B = 29%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.42

 K value IS 0.47

RGB Variations

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

Color information

#38874E (or 0x38874E) is known color: Amazon. HEX triplet: 38, 87 and 4E. RGB value is (56,135,78). Sum of RGB (Red+Green+Blue) = 56+135+78=269 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.82% from 269); Green value is 135 (53.12% from 255 or 50.19% from 269); Blue value is 78 (30.86% from 255 or 29.00% from 269); Max value from RGB is 135 - color contains mainly: green. Hex color #38874E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38874E is #C778B1. Grayscale: #696969. Windows color (decimal): -13072562 or 5146424. OLE color: 5146424.

HSL color Cylindrical-coordinate representation of color #38874E: hue angle of 136.71º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38874E is Cyan = 0.59, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 135 78 -
CMYK 0.59 0 0.42 0.47
HSL 136.71º 0.41% 0.37% -
HSV(B) 136.71º 0.59% 0.53% -
XYZ 11.67 18.72 10.21 -
YUV 104.88 112.83 93.13 -
System Red Green Blue C M Y K H S L
Decimal 56 135 78 0.59 0 0.42 0.47 136.71 0.41 0.37
Hex 38 87 4E 3B 0 2A 2F 89 29 25
Octal 70 207 116 73 0 52 57 211 51 45
Binary 111000 10000111 1001110 111011 0 101010 101111 10001001 101001 100101

Color Harmonies of #38874E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38874E

Black with #38874E

Text Example


Text Example

White with #38874E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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