Html Css Color HEX #367152 Amazon

📋 copy color: '#367152'

red 54 ◦ green 113 ◦ blue 82

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

Shades of Amazon #367152

Tints of Amazon #367152

RGB

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

 GREEN value IS 113 (44.53% from 255) = 45.38%

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

R = 21.69%
G = 45.38%
B = 32.93%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#367152 (or 0x367152) is known color: Amazon. HEX triplet: 36, 71 and 52. RGB value is (54,113,82). Sum of RGB (Red+Green+Blue) = 54+113+82=249 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.69% from 249); Green value is 113 (44.53% from 255 or 45.38% from 249); Blue value is 82 (32.42% from 255 or 32.93% from 249); Max value from RGB is 113 - color contains mainly: green. Hex color #367152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367152 is #C98EAD. Grayscale: #5B5B5B. Windows color (decimal): -13209262 or 5402934. OLE color: 5402934.

HSL color Cylindrical-coordinate representation of color #367152: hue angle of 148.47º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #367152 is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 113 82 -
CMYK 0.52 0 0.27 0.56
HSL 148.47º 0.35% 0.33% -
HSV(B) 148.47º 0.52% 0.44% -
XYZ 8.95 13.2 10.06 -
YUV 91.83 122.45 101.02 -
System Red Green Blue C M Y K H S L
Decimal 54 113 82 0.52 0 0.27 0.56 148.47 0.35 0.33
Hex 36 71 52 34 0 1B 38 94 23 21
Octal 66 161 122 64 0 33 70 224 43 41
Binary 110110 1110001 1010010 110100 0 11011 111000 10010100 100011 100001

Color Harmonies of #367152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367152

Black with #367152

Text Example


Text Example

White with #367152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367152; }

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

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

background-color css

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

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

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

border-color css

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

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

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