Html Css Color HEX #368355 Amazon

📋 copy color: '#368355'

red 54 ◦ green 131 ◦ blue 85

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

Shades of Amazon #368355

Tints of Amazon #368355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 31.48%

R = 20%
G = 48.52%
B = 31.48%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#368355 (or 0x368355) is known color: Amazon. HEX triplet: 36, 83 and 55. RGB value is (54,131,85). Sum of RGB (Red+Green+Blue) = 54+131+85=270 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20% from 270); Green value is 131 (51.56% from 255 or 48.52% from 270); Blue value is 85 (33.59% from 255 or 31.48% from 270); Max value from RGB is 131 - color contains mainly: green. Hex color #368355 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368355 is #C97CAA. Grayscale: #666666. Windows color (decimal): -13204651 or 5604150. OLE color: 5604150.

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

Color convert

RGB 54 131 85 -
CMYK 0.59 0 0.35 0.49
HSL 144.16º 0.42% 0.36% -
HSV(B) 144.16º 0.59% 0.51% -
XYZ 11.28 17.67 11.41 -
YUV 102.73 117.99 93.24 -
System Red Green Blue C M Y K H S L
Decimal 54 131 85 0.59 0 0.35 0.49 144.16 0.42 0.36
Hex 36 83 55 3B 0 23 31 90 2A 24
Octal 66 203 125 73 0 43 61 220 52 44
Binary 110110 10000011 1010101 111011 0 100011 110001 10010000 101010 100100

Color Harmonies of #368355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368355

Black with #368355

Text Example


Text Example

White with #368355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368355; }

 p { color: rgb(54,131,85); }

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

background-color css

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

 a { background-color: rgb(54,131,85); }

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

border-color css

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

 span { border-color: rgb(54,131,85); }

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