Html Css Color HEX #38784A Amazon

📋 copy color: '#38784A'

red 56 ◦ green 120 ◦ blue 74

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

Shades of Amazon #38784A

Tints of Amazon #38784A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 48%

 BLUE value IS 74 (29.3% from 255) = 29.6%

R = 22.4%
G = 48%
B = 29.6%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#38784A (or 0x38784A) is known color: Amazon. HEX triplet: 38, 78 and 4A. RGB value is (56,120,74). Sum of RGB (Red+Green+Blue) = 56+120+74=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 120 (47.27% from 255 or 48% from 250); Blue value is 74 (29.30% from 255 or 29.6% from 250); Max value from RGB is 120 - color contains mainly: green. Hex color #38784A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38784A is #C787B5. Grayscale: #5F5F5F. Windows color (decimal): -13076406 or 4880440. OLE color: 4880440.

HSL color Cylindrical-coordinate representation of color #38784A: hue angle of 136.88º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #38784A is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 120 74 -
CMYK 0.53 0 0.38 0.53
HSL 136.88º 0.36% 0.35% -
HSV(B) 136.88º 0.53% 0.47% -
XYZ 9.58 14.77 8.82 -
YUV 95.62 115.8 99.74 -
System Red Green Blue C M Y K H S L
Decimal 56 120 74 0.53 0 0.38 0.53 136.88 0.36 0.35
Hex 38 78 4A 35 0 26 35 89 24 23
Octal 70 170 112 65 0 46 65 211 44 43
Binary 111000 1111000 1001010 110101 0 100110 110101 10001001 100100 100011

Color Harmonies of #38784A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38784A

Black with #38784A

Text Example


Text Example

White with #38784A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38784A; }

 p { color: rgb(56,120,74); }

 H1.HeaderClassName
 {
   color: #38784A;
 }
 .AnyTagClassName
 {
   color: #38784A;
 }
</style>

background-color css

<style>
 a { background-color: #38784A; }

 a { background-color: rgb(56,120,74); }

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

border-color css

<style>
 span { border-color: #38784A; }

 span { border-color: rgb(56,120,74); }

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