Html Css Color HEX #38694B Amazon

📋 copy color: '#38694B'

red 56 ◦ green 105 ◦ blue 75

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

Shades of Amazon #38694B

Tints of Amazon #38694B

RGB

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

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

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

R = 23.73%
G = 44.49%
B = 31.78%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#38694B (or 0x38694B) is known color: Amazon. HEX triplet: 38, 69 and 4B. RGB value is (56,105,75). Sum of RGB (Red+Green+Blue) = 56+105+75=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 105 (41.41% from 255 or 44.49% from 236); Blue value is 75 (29.69% from 255 or 31.78% from 236); Max value from RGB is 105 - color contains mainly: green. Hex color #38694B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38694B is #C796B4. Grayscale: #575757. Windows color (decimal): -13080245 or 4942136. OLE color: 4942136.

HSL color Cylindrical-coordinate representation of color #38694B: hue angle of 143.27º 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 #38694B is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 105 75 -
CMYK 0.47 0 0.29 0.59
HSL 143.27º 0.3% 0.32% -
HSV(B) 143.27º 0.47% 0.41% -
XYZ 7.95 11.45 8.45 -
YUV 86.93 121.27 105.94 -
System Red Green Blue C M Y K H S L
Decimal 56 105 75 0.47 0 0.29 0.59 143.27 0.3 0.32
Hex 38 69 4B 2F 0 1D 3B 8F 1E 20
Octal 70 151 113 57 0 35 73 217 36 40
Binary 111000 1101001 1001011 101111 0 11101 111011 10001111 11110 100000

Color Harmonies of #38694B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38694B

Black with #38694B

Text Example


Text Example

White with #38694B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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