Html Css Color HEX #37864F Amazon

📋 copy color: '#37864F'

red 55 ◦ green 134 ◦ blue 79

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

Shades of Amazon #37864F

Tints of Amazon #37864F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 29.48%

R = 20.52%
G = 50%
B = 29.48%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#37864F (or 0x37864F) is known color: Amazon. HEX triplet: 37, 86 and 4F. RGB value is (55,134,79). Sum of RGB (Red+Green+Blue) = 55+134+79=268 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.52% from 268); Green value is 134 (52.73% from 255 or 50% from 268); Blue value is 79 (31.25% from 255 or 29.48% from 268); Max value from RGB is 134 - color contains mainly: green. Hex color #37864F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37864F is #C879B0. Grayscale: #686868. Windows color (decimal): -13138353 or 5211703. OLE color: 5211703.

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

Color convert

RGB 55 134 79 -
CMYK 0.59 0 0.41 0.47
HSL 138.23º 0.42% 0.37% -
HSV(B) 138.23º 0.59% 0.53% -
XYZ 11.51 18.43 10.35 -
YUV 104.11 113.83 92.97 -
System Red Green Blue C M Y K H S L
Decimal 55 134 79 0.59 0 0.41 0.47 138.23 0.42 0.37
Hex 37 86 4F 3B 0 29 2F 8A 2A 25
Octal 67 206 117 73 0 51 57 212 52 45
Binary 110111 10000110 1001111 111011 0 101001 101111 10001010 101010 100101

Color Harmonies of #37864F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37864F

Black with #37864F

Text Example


Text Example

White with #37864F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37864F; }

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

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

background-color css

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

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

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

border-color css

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

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

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