Html Css Color HEX #368548 Amazon

📋 copy color: '#368548'

red 54 ◦ green 133 ◦ blue 72

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

Shades of Amazon #368548

Tints of Amazon #368548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 27.8%

R = 20.85%
G = 51.35%
B = 27.8%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#368548 (or 0x368548) is known color: Amazon. HEX triplet: 36, 85 and 48. RGB value is (54,133,72). Sum of RGB (Red+Green+Blue) = 54+133+72=259 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.85% from 259); Green value is 133 (52.34% from 255 or 51.35% from 259); Blue value is 72 (28.52% from 255 or 27.80% from 259); Max value from RGB is 133 - color contains mainly: green. Hex color #368548 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368548 is #C97AB7. Grayscale: #666666. Windows color (decimal): -13204152 or 4752694. OLE color: 4752694.

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

Color convert

RGB 54 133 72 -
CMYK 0.59 0 0.46 0.48
HSL 133.67º 0.42% 0.37% -
HSV(B) 133.67º 0.59% 0.52% -
XYZ 11.08 18.03 9.03 -
YUV 102.43 110.83 93.46 -
System Red Green Blue C M Y K H S L
Decimal 54 133 72 0.59 0 0.46 0.48 133.67 0.42 0.37
Hex 36 85 48 3B 0 2E 30 86 2A 25
Octal 66 205 110 73 0 56 60 206 52 45
Binary 110110 10000101 1001000 111011 0 101110 110000 10000110 101010 100101

Color Harmonies of #368548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368548

Black with #368548

Text Example


Text Example

White with #368548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368548; }

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

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

background-color css

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

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

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

border-color css

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

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

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