Html Css Color HEX #368945 Amazon

📋 copy color: '#368945'

red 54 ◦ green 137 ◦ blue 69

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

Shades of Amazon #368945

Tints of Amazon #368945

RGB

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

 GREEN value IS 137 (53.91% from 255) = 52.69%

 BLUE value IS 69 (27.34% from 255) = 26.54%

R = 20.77%
G = 52.69%
B = 26.54%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.50

 K value IS 0.46

RGB Variations

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

Color information

#368945 (or 0x368945) is known color: Amazon. HEX triplet: 36, 89 and 45. RGB value is (54,137,69). Sum of RGB (Red+Green+Blue) = 54+137+69=260 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.77% from 260); Green value is 137 (53.91% from 255 or 52.69% from 260); Blue value is 69 (27.34% from 255 or 26.54% from 260); Max value from RGB is 137 - color contains mainly: green. Hex color #368945 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368945 is #C976BA. Grayscale: #686868. Windows color (decimal): -13203131 or 4557110. OLE color: 4557110.

HSL color Cylindrical-coordinate representation of color #368945: hue angle of 130.84º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #368945 is Cyan = 0.61, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.46.

Color convert

RGB 54 137 69 -
CMYK 0.61 0 0.50 0.46
HSL 130.84º 0.43% 0.37% -
HSV(B) 130.84º 0.61% 0.54% -
XYZ 11.54 19.11 8.71 -
YUV 104.43 108 92.03 -
System Red Green Blue C M Y K H S L
Decimal 54 137 69 0.61 0 0.50 0.46 130.84 0.43 0.37
Hex 36 89 45 3D 0 32 2E 83 2B 25
Octal 66 211 105 75 0 62 56 203 53 45
Binary 110110 10001001 1000101 111101 0 110010 101110 10000011 101011 100101

Color Harmonies of #368945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368945

Black with #368945

Text Example


Text Example

White with #368945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368945; }

 p { color: rgb(54,137,69); }

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

background-color css

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

 a { background-color: rgb(54,137,69); }

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

border-color css

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

 span { border-color: rgb(54,137,69); }

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