Html Css Color HEX #378148 Amazon

📋 copy color: '#378148'

red 55 ◦ green 129 ◦ blue 72

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

Shades of Amazon #378148

Tints of Amazon #378148

RGB

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

 GREEN value IS 129 (50.78% from 255) = 50.39%

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

R = 21.48%
G = 50.39%
B = 28.13%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#378148 (or 0x378148) is known color: Amazon. HEX triplet: 37, 81 and 48. RGB value is (55,129,72). Sum of RGB (Red+Green+Blue) = 55+129+72=256 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.48% from 256); Green value is 129 (50.78% from 255 or 50.39% from 256); Blue value is 72 (28.52% from 255 or 28.12% from 256); Max value from RGB is 129 - color contains mainly: green. Hex color #378148 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378148 is #C87EB7. Grayscale: #646464. Windows color (decimal): -13139640 or 4751671. OLE color: 4751671.

HSL color Cylindrical-coordinate representation of color #378148: hue angle of 133.78º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #378148 is Cyan = 0.57, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 129 72 -
CMYK 0.57 0 0.44 0.49
HSL 133.78º 0.4% 0.36% -
HSV(B) 133.78º 0.57% 0.51% -
XYZ 10.6 16.98 8.85 -
YUV 100.38 111.98 95.63 -
System Red Green Blue C M Y K H S L
Decimal 55 129 72 0.57 0 0.44 0.49 133.78 0.4 0.36
Hex 37 81 48 39 0 2C 31 86 28 24
Octal 67 201 110 71 0 54 61 206 50 44
Binary 110111 10000001 1001000 111001 0 101100 110001 10000110 101000 100100

Color Harmonies of #378148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378148

Black with #378148

Text Example


Text Example

White with #378148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378148; }

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

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

background-color css

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

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

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

border-color css

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

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

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