Html Css Color HEX #367952 Amazon

📋 copy color: '#367952'

red 54 ◦ green 121 ◦ blue 82

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

Shades of Amazon #367952

Tints of Amazon #367952

RGB

 RED value IS 54 (21.48% from 255) = 21.01%

 GREEN value IS 121 (47.66% from 255) = 47.08%

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

R = 21.01%
G = 47.08%
B = 31.91%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#367952 (or 0x367952) is known color: Amazon. HEX triplet: 36, 79 and 52. RGB value is (54,121,82). Sum of RGB (Red+Green+Blue) = 54+121+82=257 (34% of max value = 765). Red value is 54 (21.48% from 255 or 21.01% from 257); Green value is 121 (47.66% from 255 or 47.08% from 257); Blue value is 82 (32.42% from 255 or 31.91% from 257); Max value from RGB is 121 - color contains mainly: green. Hex color #367952 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367952 is #C986AD. Grayscale: #606060. Windows color (decimal): -13207214 or 5404982. OLE color: 5404982.

HSL color Cylindrical-coordinate representation of color #367952: hue angle of 145.07º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #367952 is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB 54 121 82 -
CMYK 0.55 0 0.32 0.53
HSL 145.07º 0.38% 0.34% -
HSV(B) 145.07º 0.55% 0.47% -
XYZ 9.88 15.07 10.37 -
YUV 96.52 119.8 97.67 -
System Red Green Blue C M Y K H S L
Decimal 54 121 82 0.55 0 0.32 0.53 145.07 0.38 0.34
Hex 36 79 52 37 0 20 35 91 26 22
Octal 66 171 122 67 0 40 65 221 46 42
Binary 110110 1111001 1010010 110111 0 100000 110101 10010001 100110 100010

Color Harmonies of #367952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367952

Black with #367952

Text Example


Text Example

White with #367952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367952; }

 p { color: rgb(54,121,82); }

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

background-color css

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

 a { background-color: rgb(54,121,82); }

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

border-color css

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

 span { border-color: rgb(54,121,82); }

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