Html Css Color HEX #38704F Amazon

📋 copy color: '#38704F'

red 56 ◦ green 112 ◦ blue 79

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

Shades of Amazon #38704F

Tints of Amazon #38704F

RGB

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

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

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

R = 22.67%
G = 45.34%
B = 31.98%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#38704F (or 0x38704F) is known color: Amazon. HEX triplet: 38, 70 and 4F. RGB value is (56,112,79). Sum of RGB (Red+Green+Blue) = 56+112+79=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 79 (31.25% from 255 or 31.98% from 247); Max value from RGB is 112 - color contains mainly: green. Hex color #38704F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38704F is #C78FB0. Grayscale: #5B5B5B. Windows color (decimal): -13078449 or 5206072. OLE color: 5206072.

HSL color Cylindrical-coordinate representation of color #38704F: hue angle of 144.64º 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 #38704F is Cyan = 0.50, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 112 79 -
CMYK 0.50 0 0.29 0.56
HSL 144.64º 0.33% 0.33% -
HSV(B) 144.64º 0.5% 0.44% -
XYZ 8.84 12.99 9.44 -
YUV 91.49 120.95 102.68 -
System Red Green Blue C M Y K H S L
Decimal 56 112 79 0.50 0 0.29 0.56 144.64 0.33 0.33
Hex 38 70 4F 32 0 1D 38 91 21 21
Octal 70 160 117 62 0 35 70 221 41 41
Binary 111000 1110000 1001111 110010 0 11101 111000 10010001 100001 100001

Color Harmonies of #38704F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38704F

Black with #38704F

Text Example


Text Example

White with #38704F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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