Html Css Color HEX #38864E Amazon

📋 copy color: '#38864E'

red 56 ◦ green 134 ◦ blue 78

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

Shades of Amazon #38864E

Tints of Amazon #38864E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 50%

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

R = 20.9%
G = 50%
B = 29.1%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.42

 K value IS 0.47

RGB Variations

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

Color information

#38864E (or 0x38864E) is known color: Amazon. HEX triplet: 38, 86 and 4E. RGB value is (56,134,78). Sum of RGB (Red+Green+Blue) = 56+134+78=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 134 (52.73% from 255 or 50% from 268); Blue value is 78 (30.86% from 255 or 29.10% from 268); Max value from RGB is 134 - color contains mainly: green. Hex color #38864E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38864E is #C779B1. Grayscale: #686868. Windows color (decimal): -13072818 or 5146168. OLE color: 5146168.

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

Color convert

RGB 56 134 78 -
CMYK 0.58 0 0.42 0.47
HSL 136.92º 0.41% 0.37% -
HSV(B) 136.92º 0.58% 0.53% -
XYZ 11.53 18.44 10.16 -
YUV 104.29 113.16 93.55 -
System Red Green Blue C M Y K H S L
Decimal 56 134 78 0.58 0 0.42 0.47 136.92 0.41 0.37
Hex 38 86 4E 3A 0 2A 2F 89 29 25
Octal 70 206 116 72 0 52 57 211 51 45
Binary 111000 10000110 1001110 111010 0 101010 101111 10001001 101001 100101

Color Harmonies of #38864E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38864E

Black with #38864E

Text Example


Text Example

White with #38864E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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