Html Css Color HEX #38694A Amazon

📋 copy color: '#38694A'

red 56 ◦ green 105 ◦ blue 74

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

Shades of Amazon #38694A

Tints of Amazon #38694A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 44.68%

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

R = 23.83%
G = 44.68%
B = 31.49%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#38694A (or 0x38694A) is known color: Amazon. HEX triplet: 38, 69 and 4A. RGB value is (56,105,74). Sum of RGB (Red+Green+Blue) = 56+105+74=235 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.83% from 235); Green value is 105 (41.41% from 255 or 44.68% from 235); Blue value is 74 (29.30% from 255 or 31.49% from 235); Max value from RGB is 105 - color contains mainly: green. Hex color #38694A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38694A is #C796B5. Grayscale: #565656. Windows color (decimal): -13080246 or 4876600. OLE color: 4876600.

HSL color Cylindrical-coordinate representation of color #38694A: hue angle of 142.04º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #38694A is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 105 74 -
CMYK 0.47 0 0.30 0.59
HSL 142.04º 0.3% 0.32% -
HSV(B) 142.04º 0.47% 0.41% -
XYZ 7.92 11.44 8.27 -
YUV 86.82 120.77 106.02 -
System Red Green Blue C M Y K H S L
Decimal 56 105 74 0.47 0 0.30 0.59 142.04 0.3 0.32
Hex 38 69 4A 2F 0 1E 3B 8E 1E 20
Octal 70 151 112 57 0 36 73 216 36 40
Binary 111000 1101001 1001010 101111 0 11110 111011 10001110 11110 100000

Color Harmonies of #38694A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38694A

Black with #38694A

Text Example


Text Example

White with #38694A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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