Html Css Color HEX #368351 Amazon

📋 copy color: '#368351'

red 54 ◦ green 131 ◦ blue 81

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

Shades of Amazon #368351

Tints of Amazon #368351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 30.45%

R = 20.3%
G = 49.25%
B = 30.45%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#368351 (or 0x368351) is known color: Amazon. HEX triplet: 36, 83 and 51. RGB value is (54,131,81). Sum of RGB (Red+Green+Blue) = 54+131+81=266 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.30% from 266); Green value is 131 (51.56% from 255 or 49.25% from 266); Blue value is 81 (32.03% from 255 or 30.45% from 266); Max value from RGB is 131 - color contains mainly: green. Hex color #368351 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368351 is #C97CAE. Grayscale: #666666. Windows color (decimal): -13204655 or 5342006. OLE color: 5342006.

HSL color Cylindrical-coordinate representation of color #368351: hue angle of 141.04º 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 #368351 is Cyan = 0.59, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 131 81 -
CMYK 0.59 0 0.38 0.49
HSL 141.04º 0.42% 0.36% -
HSV(B) 141.04º 0.59% 0.51% -
XYZ 11.12 17.61 10.6 -
YUV 102.28 115.99 93.57 -
System Red Green Blue C M Y K H S L
Decimal 54 131 81 0.59 0 0.38 0.49 141.04 0.42 0.36
Hex 36 83 51 3B 0 26 31 8D 2A 24
Octal 66 203 121 73 0 46 61 215 52 44
Binary 110110 10000011 1010001 111011 0 100110 110001 10001101 101010 100100

Color Harmonies of #368351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368351

Black with #368351

Text Example


Text Example

White with #368351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368351; }

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

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

background-color css

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

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

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

border-color css

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

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

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