Html Css Color HEX #37835C Amazon

📋 copy color: '#37835C'

red 55 ◦ green 131 ◦ blue 92

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

Shades of Amazon #37835C

Tints of Amazon #37835C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 47.12%

 BLUE value IS 92 (36.33% from 255) = 33.09%

R = 19.78%
G = 47.12%
B = 33.09%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#37835C (or 0x37835C) is known color: Amazon. HEX triplet: 37, 83 and 5C. RGB value is (55,131,92). Sum of RGB (Red+Green+Blue) = 55+131+92=278 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.78% from 278); Green value is 131 (51.56% from 255 or 47.12% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 131 - color contains mainly: green. Hex color #37835C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37835C is #C87CA3. Grayscale: #676767. Windows color (decimal): -13139108 or 6062903. OLE color: 6062903.

HSL color Cylindrical-coordinate representation of color #37835C: hue angle of 149.21º 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 #37835C is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 131 92 -
CMYK 0.58 0 0.30 0.49
HSL 149.21º 0.41% 0.36% -
HSV(B) 149.21º 0.58% 0.51% -
XYZ 11.62 17.82 12.95 -
YUV 103.83 121.32 93.17 -
System Red Green Blue C M Y K H S L
Decimal 55 131 92 0.58 0 0.30 0.49 149.21 0.41 0.36
Hex 37 83 5C 3A 0 1E 31 95 29 24
Octal 67 203 134 72 0 36 61 225 51 44
Binary 110111 10000011 1011100 111010 0 11110 110001 10010101 101001 100100

Color Harmonies of #37835C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37835C

Black with #37835C

Text Example


Text Example

White with #37835C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37835C; }

 p { color: rgb(55,131,92); }

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

background-color css

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

 a { background-color: rgb(55,131,92); }

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

border-color css

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

 span { border-color: rgb(55,131,92); }

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