Html Css Color HEX #368158 Amazon

📋 copy color: '#368158'

red 54 ◦ green 129 ◦ blue 88

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

Shades of Amazon #368158

Tints of Amazon #368158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 32.47%

R = 19.93%
G = 47.6%
B = 32.47%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#368158 (or 0x368158) is known color: Amazon. HEX triplet: 36, 81 and 58. RGB value is (54,129,88). Sum of RGB (Red+Green+Blue) = 54+129+88=271 (35% of max value = 765). Red value is 54 (21.48% from 255 or 19.93% from 271); Green value is 129 (50.78% from 255 or 47.60% from 271); Blue value is 88 (34.77% from 255 or 32.47% from 271); Max value from RGB is 129 - color contains mainly: green. Hex color #368158 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368158 is #C97EA7. Grayscale: #656565. Windows color (decimal): -13205160 or 5800246. OLE color: 5800246.

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

Color convert

RGB 54 129 88 -
CMYK 0.58 0 0.32 0.49
HSL 147.2º 0.41% 0.36% -
HSV(B) 147.2º 0.58% 0.51% -
XYZ 11.13 17.19 11.96 -
YUV 101.9 120.15 93.83 -
System Red Green Blue C M Y K H S L
Decimal 54 129 88 0.58 0 0.32 0.49 147.2 0.41 0.36
Hex 36 81 58 3A 0 20 31 93 29 24
Octal 66 201 130 72 0 40 61 223 51 44
Binary 110110 10000001 1011000 111010 0 100000 110001 10010011 101001 100100

Color Harmonies of #368158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368158

Black with #368158

Text Example


Text Example

White with #368158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368158; }

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

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

background-color css

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

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

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

border-color css

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

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

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