Html Css Color HEX #378650 Amazon

📋 copy color: '#378650'

red 55 ◦ green 134 ◦ blue 80

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

Shades of Amazon #378650

Tints of Amazon #378650

RGB

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

 GREEN value IS 134 (52.73% from 255) = 49.81%

 BLUE value IS 80 (31.64% from 255) = 29.74%

R = 20.45%
G = 49.81%
B = 29.74%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#378650 (or 0x378650) is known color: Amazon. HEX triplet: 37, 86 and 50. RGB value is (55,134,80). Sum of RGB (Red+Green+Blue) = 55+134+80=269 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.45% from 269); Green value is 134 (52.73% from 255 or 49.81% from 269); Blue value is 80 (31.64% from 255 or 29.74% from 269); Max value from RGB is 134 - color contains mainly: green. Hex color #378650 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378650 is #C879AF. Grayscale: #686868. Windows color (decimal): -13138352 or 5277239. OLE color: 5277239.

HSL color Cylindrical-coordinate representation of color #378650: hue angle of 138.99º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #378650 is Cyan = 0.59, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 134 80 -
CMYK 0.59 0 0.40 0.47
HSL 138.99º 0.42% 0.37% -
HSV(B) 138.99º 0.59% 0.53% -
XYZ 11.55 18.44 10.54 -
YUV 104.22 114.33 92.89 -
System Red Green Blue C M Y K H S L
Decimal 55 134 80 0.59 0 0.40 0.47 138.99 0.42 0.37
Hex 37 86 50 3B 0 28 2F 8B 2A 25
Octal 67 206 120 73 0 50 57 213 52 45
Binary 110111 10000110 1010000 111011 0 101000 101111 10001011 101010 100101

Color Harmonies of #378650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378650

Black with #378650

Text Example


Text Example

White with #378650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378650; }

 p { color: rgb(55,134,80); }

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

background-color css

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

 a { background-color: rgb(55,134,80); }

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

border-color css

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

 span { border-color: rgb(55,134,80); }

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