Html Css Color HEX #378652 Amazon

📋 copy color: '#378652'

red 55 ◦ green 134 ◦ blue 82

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

Shades of Amazon #378652

Tints of Amazon #378652

RGB

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

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

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

R = 20.3%
G = 49.45%
B = 30.26%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#378652 (or 0x378652) is known color: Amazon. HEX triplet: 37, 86 and 52. RGB value is (55,134,82). Sum of RGB (Red+Green+Blue) = 55+134+82=271 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.30% from 271); Green value is 134 (52.73% from 255 or 49.45% from 271); Blue value is 82 (32.42% from 255 or 30.26% from 271); Max value from RGB is 134 - color contains mainly: green. Hex color #378652 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378652 is #C879AD. Grayscale: #686868. Windows color (decimal): -13138350 or 5408311. OLE color: 5408311.

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

Color convert

RGB 55 134 82 -
CMYK 0.59 0 0.39 0.47
HSL 140.51º 0.42% 0.37% -
HSV(B) 140.51º 0.59% 0.53% -
XYZ 11.62 18.47 10.94 -
YUV 104.45 115.33 92.73 -
System Red Green Blue C M Y K H S L
Decimal 55 134 82 0.59 0 0.39 0.47 140.51 0.42 0.37
Hex 37 86 52 3B 0 27 2F 8D 2A 25
Octal 67 206 122 73 0 47 57 215 52 45
Binary 110111 10000110 1010010 111011 0 100111 101111 10001101 101010 100101

Color Harmonies of #378652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378652

Black with #378652

Text Example


Text Example

White with #378652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378652; }

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

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

background-color css

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

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

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

border-color css

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

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

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