Html Css Color HEX #387452 Amazon

📋 copy color: '#387452'

red 56 ◦ green 116 ◦ blue 82

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

Shades of Amazon #387452

Tints of Amazon #387452

RGB

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

 GREEN value IS 116 (45.7% from 255) = 45.67%

 BLUE value IS 82 (32.42% from 255) = 32.28%

R = 22.05%
G = 45.67%
B = 32.28%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#387452 (or 0x387452) is known color: Amazon. HEX triplet: 38, 74 and 52. RGB value is (56,116,82). Sum of RGB (Red+Green+Blue) = 56+116+82=254 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.05% from 254); Green value is 116 (45.70% from 255 or 45.67% from 254); Blue value is 82 (32.42% from 255 or 32.28% from 254); Max value from RGB is 116 - color contains mainly: green. Hex color #387452 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387452 is #C78BAD. Grayscale: #5E5E5E. Windows color (decimal): -13077422 or 5403704. OLE color: 5403704.

HSL color Cylindrical-coordinate representation of color #387452: hue angle of 146º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #387452 is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 116 82 -
CMYK 0.52 0 0.29 0.55
HSL 146º 0.35% 0.34% -
HSV(B) 146º 0.52% 0.45% -
XYZ 9.4 13.94 10.18 -
YUV 94.18 121.12 100.76 -
System Red Green Blue C M Y K H S L
Decimal 56 116 82 0.52 0 0.29 0.55 146 0.35 0.34
Hex 38 74 52 34 0 1D 37 92 23 22
Octal 70 164 122 64 0 35 67 222 43 42
Binary 111000 1110100 1010010 110100 0 11101 110111 10010010 100011 100010

Color Harmonies of #387452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387452

Black with #387452

Text Example


Text Example

White with #387452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387452; }

 p { color: rgb(56,116,82); }

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

background-color css

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

 a { background-color: rgb(56,116,82); }

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

border-color css

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

 span { border-color: rgb(56,116,82); }

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