Html Css Color HEX #378252 Amazon

📋 copy color: '#378252'

red 55 ◦ green 130 ◦ blue 82

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

Shades of Amazon #378252

Tints of Amazon #378252

RGB

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

 GREEN value IS 130 (51.17% from 255) = 48.69%

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

R = 20.6%
G = 48.69%
B = 30.71%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#378252 (or 0x378252) is known color: Amazon. HEX triplet: 37, 82 and 52. RGB value is (55,130,82). Sum of RGB (Red+Green+Blue) = 55+130+82=267 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.60% from 267); Green value is 130 (51.17% from 255 or 48.69% from 267); Blue value is 82 (32.42% from 255 or 30.71% from 267); Max value from RGB is 130 - color contains mainly: green. Hex color #378252 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378252 is #C87DAD. Grayscale: #666666. Windows color (decimal): -13139374 or 5407287. OLE color: 5407287.

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

Color convert

RGB 55 130 82 -
CMYK 0.58 0 0.37 0.49
HSL 141.6º 0.41% 0.36% -
HSV(B) 141.6º 0.58% 0.51% -
XYZ 11.08 17.39 10.75 -
YUV 102.1 116.65 94.4 -
System Red Green Blue C M Y K H S L
Decimal 55 130 82 0.58 0 0.37 0.49 141.6 0.41 0.36
Hex 37 82 52 3A 0 25 31 8E 29 24
Octal 67 202 122 72 0 45 61 216 51 44
Binary 110111 10000010 1010010 111010 0 100101 110001 10001110 101001 100100

Color Harmonies of #378252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378252

Black with #378252

Text Example


Text Example

White with #378252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378252; }

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

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

background-color css

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

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

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

border-color css

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

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

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