Html Css Color HEX #368456 Amazon

📋 copy color: '#368456'

red 54 ◦ green 132 ◦ blue 86

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

Shades of Amazon #368456

Tints of Amazon #368456

RGB

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

 GREEN value IS 132 (51.95% from 255) = 48.53%

 BLUE value IS 86 (33.98% from 255) = 31.62%

R = 19.85%
G = 48.53%
B = 31.62%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.35

 K value IS 0.48

RGB Variations

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

Color information

#368456 (or 0x368456) is known color: Amazon. HEX triplet: 36, 84 and 56. RGB value is (54,132,86). Sum of RGB (Red+Green+Blue) = 54+132+86=272 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.85% from 272); Green value is 132 (51.95% from 255 or 48.53% from 272); Blue value is 86 (33.98% from 255 or 31.62% from 272); Max value from RGB is 132 - color contains mainly: green. Hex color #368456 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368456 is #C97BA9. Grayscale: #676767. Windows color (decimal): -13204394 or 5669942. OLE color: 5669942.

HSL color Cylindrical-coordinate representation of color #368456: hue angle of 144.62º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #368456 is Cyan = 0.59, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB 54 132 86 -
CMYK 0.59 0 0.35 0.48
HSL 144.62º 0.42% 0.36% -
HSV(B) 144.62º 0.59% 0.52% -
XYZ 11.45 17.96 11.67 -
YUV 103.43 118.16 92.74 -
System Red Green Blue C M Y K H S L
Decimal 54 132 86 0.59 0 0.35 0.48 144.62 0.42 0.36
Hex 36 84 56 3B 0 23 30 91 2A 24
Octal 66 204 126 73 0 43 60 221 52 44
Binary 110110 10000100 1010110 111011 0 100011 110000 10010001 101010 100100

Color Harmonies of #368456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368456

Black with #368456

Text Example


Text Example

White with #368456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368456; }

 p { color: rgb(54,132,86); }

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

background-color css

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

 a { background-color: rgb(54,132,86); }

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

border-color css

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

 span { border-color: rgb(54,132,86); }

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