Html Css Color HEX #38784F Amazon

📋 copy color: '#38784F'

red 56 ◦ green 120 ◦ blue 79

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

Shades of Amazon #38784F

Tints of Amazon #38784F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 30.98%

R = 21.96%
G = 47.06%
B = 30.98%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#38784F (or 0x38784F) is known color: Amazon. HEX triplet: 38, 78 and 4F. RGB value is (56,120,79). Sum of RGB (Red+Green+Blue) = 56+120+79=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 120 (47.27% from 255 or 47.06% from 255); Blue value is 79 (31.25% from 255 or 30.98% from 255); Max value from RGB is 120 - color contains mainly: green. Hex color #38784F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38784F is #C787B0. Grayscale: #606060. Windows color (decimal): -13076401 or 5208120. OLE color: 5208120.

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

Color convert

RGB 56 120 79 -
CMYK 0.53 0 0.34 0.53
HSL 141.56º 0.36% 0.35% -
HSV(B) 141.56º 0.53% 0.47% -
XYZ 9.76 14.84 9.75 -
YUV 96.19 118.3 99.33 -
System Red Green Blue C M Y K H S L
Decimal 56 120 79 0.53 0 0.34 0.53 141.56 0.36 0.35
Hex 38 78 4F 35 0 22 35 8E 24 23
Octal 70 170 117 65 0 42 65 216 44 43
Binary 111000 1111000 1001111 110101 0 100010 110101 10001110 100100 100011

Color Harmonies of #38784F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38784F

Black with #38784F

Text Example


Text Example

White with #38784F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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