Html Css Color HEX #38704A Amazon

📋 copy color: '#38704A'

red 56 ◦ green 112 ◦ blue 74

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

Shades of Amazon #38704A

Tints of Amazon #38704A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 46.28%

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

R = 23.14%
G = 46.28%
B = 30.58%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#38704A (or 0x38704A) is known color: Amazon. HEX triplet: 38, 70 and 4A. RGB value is (56,112,74). Sum of RGB (Red+Green+Blue) = 56+112+74=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 112 (44.14% from 255 or 46.28% from 242); Blue value is 74 (29.30% from 255 or 30.58% from 242); Max value from RGB is 112 - color contains mainly: green. Hex color #38704A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38704A is #C78FB5. Grayscale: #5B5B5B. Windows color (decimal): -13078454 or 4878392. OLE color: 4878392.

HSL color Cylindrical-coordinate representation of color #38704A: hue angle of 139.29º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #38704A is Cyan = 0.50, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 112 74 -
CMYK 0.50 0 0.34 0.56
HSL 139.29º 0.33% 0.33% -
HSV(B) 139.29º 0.5% 0.44% -
XYZ 8.66 12.92 8.52 -
YUV 90.92 118.45 103.09 -
System Red Green Blue C M Y K H S L
Decimal 56 112 74 0.50 0 0.34 0.56 139.29 0.33 0.33
Hex 38 70 4A 32 0 22 38 8B 21 21
Octal 70 160 112 62 0 42 70 213 41 41
Binary 111000 1110000 1001010 110010 0 100010 111000 10001011 100001 100001

Color Harmonies of #38704A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38704A

Black with #38704A

Text Example


Text Example

White with #38704A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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