Html Css Color HEX #39694B Amazon

📋 copy color: '#39694B'

red 57 ◦ green 105 ◦ blue 75

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

Shades of Amazon #39694B

Tints of Amazon #39694B

RGB

 RED value IS 57 (22.66% from 255) = 24.05%

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

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

R = 24.05%
G = 44.3%
B = 31.65%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#39694B (or 0x39694B) is known color: Amazon. HEX triplet: 39, 69 and 4B. RGB value is (57,105,75). Sum of RGB (Red+Green+Blue) = 57+105+75=237 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.05% from 237); Green value is 105 (41.41% from 255 or 44.30% from 237); Blue value is 75 (29.69% from 255 or 31.65% from 237); Max value from RGB is 105 - color contains mainly: green. Hex color #39694B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39694B is #C696B4. Grayscale: #575757. Windows color (decimal): -13014709 or 4942137. OLE color: 4942137.

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

Color convert

RGB 57 105 75 -
CMYK 0.46 0 0.29 0.59
HSL 142.5º 0.3% 0.32% -
HSV(B) 142.5º 0.46% 0.41% -
XYZ 8.01 11.48 8.45 -
YUV 87.23 121.1 106.44 -
System Red Green Blue C M Y K H S L
Decimal 57 105 75 0.46 0 0.29 0.59 142.5 0.3 0.32
Hex 39 69 4B 2E 0 1D 3B 8E 1E 20
Octal 71 151 113 56 0 35 73 216 36 40
Binary 111001 1101001 1001011 101110 0 11101 111011 10001110 11110 100000

Color Harmonies of #39694B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39694B

Black with #39694B

Text Example


Text Example

White with #39694B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39694B; }

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

 H1.HeaderClassName
 {
   color: #39694B;
 }
 .AnyTagClassName
 {
   color: #39694B;
 }
</style>

background-color css

<style>
 a { background-color: #39694B; }

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

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

border-color css

<style>
 span { border-color: #39694B; }

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

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