Html Css Color HEX #386948 Amazon

📋 copy color: '#386948'

red 56 ◦ green 105 ◦ blue 72

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

Shades of Amazon #386948

Tints of Amazon #386948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 30.9%

R = 24.03%
G = 45.06%
B = 30.9%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#386948 (or 0x386948) is known color: Amazon. HEX triplet: 38, 69 and 48. RGB value is (56,105,72). Sum of RGB (Red+Green+Blue) = 56+105+72=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 105 (41.41% from 255 or 45.06% from 233); Blue value is 72 (28.52% from 255 or 30.90% from 233); Max value from RGB is 105 - color contains mainly: green. Hex color #386948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386948 is #C796B7. Grayscale: #565656. Windows color (decimal): -13080248 or 4745528. OLE color: 4745528.

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

Color convert

RGB 56 105 72 -
CMYK 0.47 0 0.31 0.59
HSL 139.59º 0.3% 0.32% -
HSV(B) 139.59º 0.47% 0.41% -
XYZ 7.85 11.41 7.92 -
YUV 86.59 119.77 106.18 -
System Red Green Blue C M Y K H S L
Decimal 56 105 72 0.47 0 0.31 0.59 139.59 0.3 0.32
Hex 38 69 48 2F 0 1F 3B 8C 1E 20
Octal 70 151 110 57 0 37 73 214 36 40
Binary 111000 1101001 1001000 101111 0 11111 111011 10001100 11110 100000

Color Harmonies of #386948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386948

Black with #386948

Text Example


Text Example

White with #386948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386948; }

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

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

background-color css

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

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

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

border-color css

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

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

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