Html Css Color HEX #38784C Amazon

📋 copy color: '#38784C'

red 56 ◦ green 120 ◦ blue 76

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

Shades of Amazon #38784C

Tints of Amazon #38784C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 30.16%

R = 22.22%
G = 47.62%
B = 30.16%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#38784C (or 0x38784C) is known color: Amazon. HEX triplet: 38, 78 and 4C. RGB value is (56,120,76). Sum of RGB (Red+Green+Blue) = 56+120+76=252 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.22% from 252); Green value is 120 (47.27% from 255 or 47.62% from 252); Blue value is 76 (30.08% from 255 or 30.16% from 252); Max value from RGB is 120 - color contains mainly: green. Hex color #38784C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38784C is #C787B3. Grayscale: #5F5F5F. Windows color (decimal): -13076404 or 5011512. OLE color: 5011512.

HSL color Cylindrical-coordinate representation of color #38784C: hue angle of 138.75º 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 #38784C is Cyan = 0.53, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 120 76 -
CMYK 0.53 0 0.37 0.53
HSL 138.75º 0.36% 0.35% -
HSV(B) 138.75º 0.53% 0.47% -
XYZ 9.65 14.8 9.18 -
YUV 95.85 116.8 99.58 -
System Red Green Blue C M Y K H S L
Decimal 56 120 76 0.53 0 0.37 0.53 138.75 0.36 0.35
Hex 38 78 4C 35 0 25 35 8B 24 23
Octal 70 170 114 65 0 45 65 213 44 43
Binary 111000 1111000 1001100 110101 0 100101 110101 10001011 100100 100011

Color Harmonies of #38784C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38784C

Black with #38784C

Text Example


Text Example

White with #38784C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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