Html Css Color HEX #368556 Amazon

📋 copy color: '#368556'

red 54 ◦ green 133 ◦ blue 86

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

Shades of Amazon #368556

Tints of Amazon #368556

RGB

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

 GREEN value IS 133 (52.34% from 255) = 48.72%

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

R = 19.78%
G = 48.72%
B = 31.5%

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

#368556 (or 0x368556) is known color: Amazon. HEX triplet: 36, 85 and 56. RGB value is (54,133,86). Sum of RGB (Red+Green+Blue) = 54+133+86=273 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.78% from 273); Green value is 133 (52.34% from 255 or 48.72% from 273); Blue value is 86 (33.98% from 255 or 31.50% from 273); Max value from RGB is 133 - color contains mainly: green. Hex color #368556 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368556 is #C97AA9. Grayscale: #686868. Windows color (decimal): -13204138 or 5670198. OLE color: 5670198.

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

Color convert

RGB 54 133 86 -
CMYK 0.59 0 0.35 0.48
HSL 144.3º 0.42% 0.37% -
HSV(B) 144.3º 0.59% 0.52% -
XYZ 11.59 18.23 11.71 -
YUV 104.02 117.83 92.32 -
System Red Green Blue C M Y K H S L
Decimal 54 133 86 0.59 0 0.35 0.48 144.3 0.42 0.37
Hex 36 85 56 3B 0 23 30 90 2A 25
Octal 66 205 126 73 0 43 60 220 52 45
Binary 110110 10000101 1010110 111011 0 100011 110000 10010000 101010 100101

Color Harmonies of #368556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368556

Black with #368556

Text Example


Text Example

White with #368556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368556; }

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

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

background-color css

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

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

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

border-color css

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

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

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