Html Css Color HEX #378948 Amazon

📋 copy color: '#378948'

red 55 ◦ green 137 ◦ blue 72

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

Shades of Amazon #378948

Tints of Amazon #378948

RGB

 RED value IS 55 (21.88% from 255) = 20.83%

 GREEN value IS 137 (53.91% from 255) = 51.89%

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

R = 20.83%
G = 51.89%
B = 27.27%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#378948 (or 0x378948) is known color: Amazon. HEX triplet: 37, 89 and 48. RGB value is (55,137,72). Sum of RGB (Red+Green+Blue) = 55+137+72=264 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.83% from 264); Green value is 137 (53.91% from 255 or 51.89% from 264); Blue value is 72 (28.52% from 255 or 27.27% from 264); Max value from RGB is 137 - color contains mainly: green. Hex color #378948 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378948 is #C876B7. Grayscale: #696969. Windows color (decimal): -13137592 or 4753719. OLE color: 4753719.

HSL color Cylindrical-coordinate representation of color #378948: hue angle of 132.44º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #378948 is Cyan = 0.60, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB 55 137 72 -
CMYK 0.60 0 0.47 0.46
HSL 132.44º 0.43% 0.38% -
HSV(B) 132.44º 0.6% 0.54% -
XYZ 11.69 19.17 9.22 -
YUV 105.07 109.33 92.29 -
System Red Green Blue C M Y K H S L
Decimal 55 137 72 0.60 0 0.47 0.46 132.44 0.43 0.38
Hex 37 89 48 3C 0 2F 2E 84 2B 26
Octal 67 211 110 74 0 57 56 204 53 46
Binary 110111 10001001 1001000 111100 0 101111 101110 10000100 101011 100110

Color Harmonies of #378948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378948

Black with #378948

Text Example


Text Example

White with #378948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378948; }

 p { color: rgb(55,137,72); }

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

background-color css

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

 a { background-color: rgb(55,137,72); }

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

border-color css

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

 span { border-color: rgb(55,137,72); }

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