Html Css Color HEX #38844D Amazon

📋 copy color: '#38844D'

red 56 ◦ green 132 ◦ blue 77

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

Shades of Amazon #38844D

Tints of Amazon #38844D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 49.81%

 BLUE value IS 77 (30.47% from 255) = 29.06%

R = 21.13%
G = 49.81%
B = 29.06%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#38844D (or 0x38844D) is known color: Amazon. HEX triplet: 38, 84 and 4D. RGB value is (56,132,77). Sum of RGB (Red+Green+Blue) = 56+132+77=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 132 (51.95% from 255 or 49.81% from 265); Blue value is 77 (30.47% from 255 or 29.06% from 265); Max value from RGB is 132 - color contains mainly: green. Hex color #38844D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38844D is #C77BB2. Grayscale: #676767. Windows color (decimal): -13073331 or 5080120. OLE color: 5080120.

HSL color Cylindrical-coordinate representation of color #38844D: hue angle of 136.58º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #38844D is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 132 77 -
CMYK 0.58 0 0.42 0.48
HSL 136.58º 0.4% 0.37% -
HSV(B) 136.58º 0.58% 0.52% -
XYZ 11.22 17.88 9.88 -
YUV 103.01 113.32 94.47 -
System Red Green Blue C M Y K H S L
Decimal 56 132 77 0.58 0 0.42 0.48 136.58 0.4 0.37
Hex 38 84 4D 3A 0 2A 30 89 28 25
Octal 70 204 115 72 0 52 60 211 50 45
Binary 111000 10000100 1001101 111010 0 101010 110000 10001001 101000 100101

Color Harmonies of #38844D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38844D

Black with #38844D

Text Example


Text Example

White with #38844D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,132,77); }

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

background-color css

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

 a { background-color: rgb(56,132,77); }

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

border-color css

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

 span { border-color: rgb(56,132,77); }

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