Html Css Color HEX #3C694B Amazon

📋 copy color: '#3C694B'

red 60 ◦ green 105 ◦ blue 75

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

Shades of Amazon #3C694B

Tints of Amazon #3C694B

RGB

 RED value IS 60 (23.83% from 255) = 25%

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

 BLUE value IS 75 (29.69% from 255) = 31.25%

R = 25%
G = 43.75%
B = 31.25%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#3C694B (or 0x3C694B) is known color: Amazon. HEX triplet: 3C, 69 and 4B. RGB value is (60,105,75). Sum of RGB (Red+Green+Blue) = 60+105+75=240 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25% from 240); Green value is 105 (41.41% from 255 or 43.75% from 240); Blue value is 75 (29.69% from 255 or 31.25% from 240); Max value from RGB is 105 - color contains mainly: green. Hex color #3C694B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C694B is #C396B4. Grayscale: #585858. Windows color (decimal): -12818101 or 4942140. OLE color: 4942140.

HSL color Cylindrical-coordinate representation of color #3C694B: hue angle of 140º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3C694B is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB 60 105 75 -
CMYK 0.43 0 0.29 0.59
HSL 140º 0.27% 0.32% -
HSV(B) 140º 0.43% 0.41% -
XYZ 8.19 11.57 8.46 -
YUV 88.13 120.59 107.94 -
System Red Green Blue C M Y K H S L
Decimal 60 105 75 0.43 0 0.29 0.59 140 0.27 0.32
Hex 3C 69 4B 2B 0 1D 3B 8C 1B 20
Octal 74 151 113 53 0 35 73 214 33 40
Binary 111100 1101001 1001011 101011 0 11101 111011 10001100 11011 100000

Color Harmonies of #3C694B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C694B

Black with #3C694B

Text Example


Text Example

White with #3C694B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C694B; }

 p { color: rgb(60,105,75); }

 H1.HeaderClassName
 {
   color: #3C694B;
 }
 .AnyTagClassName
 {
   color: #3C694B;
 }
</style>

background-color css

<style>
 a { background-color: #3C694B; }

 a { background-color: rgb(60,105,75); }

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

border-color css

<style>
 span { border-color: #3C694B; }

 span { border-color: rgb(60,105,75); }

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