Html Css Color HEX #368151 Amazon

📋 copy color: '#368151'

red 54 ◦ green 129 ◦ blue 81

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

Shades of Amazon #368151

Tints of Amazon #368151

RGB

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

 GREEN value IS 129 (50.78% from 255) = 48.86%

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

R = 20.45%
G = 48.86%
B = 30.68%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#368151 (or 0x368151) is known color: Amazon. HEX triplet: 36, 81 and 51. RGB value is (54,129,81). Sum of RGB (Red+Green+Blue) = 54+129+81=264 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.45% from 264); Green value is 129 (50.78% from 255 or 48.86% from 264); Blue value is 81 (32.03% from 255 or 30.68% from 264); Max value from RGB is 129 - color contains mainly: green. Hex color #368151 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368151 is #C97EAE. Grayscale: #656565. Windows color (decimal): -13205167 or 5341494. OLE color: 5341494.

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

Color convert

RGB 54 129 81 -
CMYK 0.58 0 0.37 0.49
HSL 141.6º 0.41% 0.36% -
HSV(B) 141.6º 0.58% 0.51% -
XYZ 10.86 17.08 10.51 -
YUV 101.1 116.65 94.4 -
System Red Green Blue C M Y K H S L
Decimal 54 129 81 0.58 0 0.37 0.49 141.6 0.41 0.36
Hex 36 81 51 3A 0 25 31 8E 29 24
Octal 66 201 121 72 0 45 61 216 51 44
Binary 110110 10000001 1010001 111010 0 100101 110001 10001110 101001 100100

Color Harmonies of #368151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368151

Black with #368151

Text Example


Text Example

White with #368151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368151; }

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

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

background-color css

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

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

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

border-color css

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

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

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