Html Css Color HEX #368445 Amazon

📋 copy color: '#368445'

red 54 ◦ green 132 ◦ blue 69

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

Shades of Amazon #368445

Tints of Amazon #368445

RGB

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

 GREEN value IS 132 (51.95% from 255) = 51.76%

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

R = 21.18%
G = 51.76%
B = 27.06%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#368445 (or 0x368445) is known color: Amazon. HEX triplet: 36, 84 and 45. RGB value is (54,132,69). Sum of RGB (Red+Green+Blue) = 54+132+69=255 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.18% from 255); Green value is 132 (51.95% from 255 or 51.76% from 255); Blue value is 69 (27.34% from 255 or 27.06% from 255); Max value from RGB is 132 - color contains mainly: green. Hex color #368445 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368445 is #C97BBA. Grayscale: #656565. Windows color (decimal): -13204411 or 4555830. OLE color: 4555830.

HSL color Cylindrical-coordinate representation of color #368445: hue angle of 131.54º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #368445 is Cyan = 0.59, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB 54 132 69 -
CMYK 0.59 0 0.48 0.48
HSL 131.54º 0.42% 0.36% -
HSV(B) 131.54º 0.59% 0.52% -
XYZ 10.85 17.72 8.48 -
YUV 101.5 109.66 94.12 -
System Red Green Blue C M Y K H S L
Decimal 54 132 69 0.59 0 0.48 0.48 131.54 0.42 0.36
Hex 36 84 45 3B 0 30 30 84 2A 24
Octal 66 204 105 73 0 60 60 204 52 44
Binary 110110 10000100 1000101 111011 0 110000 110000 10000100 101010 100100

Color Harmonies of #368445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368445

Black with #368445

Text Example


Text Example

White with #368445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368445; }

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

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

background-color css

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

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

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

border-color css

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

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

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