Html Css Color HEX #368845 Amazon

📋 copy color: '#368845'

red 54 ◦ green 136 ◦ blue 69

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

Shades of Amazon #368845

Tints of Amazon #368845

RGB

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

 GREEN value IS 136 (53.52% from 255) = 52.51%

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

R = 20.85%
G = 52.51%
B = 26.64%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#368845 (or 0x368845) is known color: Amazon. HEX triplet: 36, 88 and 45. RGB value is (54,136,69). Sum of RGB (Red+Green+Blue) = 54+136+69=259 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.85% from 259); Green value is 136 (53.52% from 255 or 52.51% from 259); Blue value is 69 (27.34% from 255 or 26.64% from 259); Max value from RGB is 136 - color contains mainly: green. Hex color #368845 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368845 is #C977BA. Grayscale: #686868. Windows color (decimal): -13203387 or 4556854. OLE color: 4556854.

HSL color Cylindrical-coordinate representation of color #368845: hue angle of 130.98º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #368845 is Cyan = 0.60, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB 54 136 69 -
CMYK 0.60 0 0.49 0.47
HSL 130.98º 0.43% 0.37% -
HSV(B) 130.98º 0.6% 0.53% -
XYZ 11.4 18.82 8.66 -
YUV 103.84 108.33 92.45 -
System Red Green Blue C M Y K H S L
Decimal 54 136 69 0.60 0 0.49 0.47 130.98 0.43 0.37
Hex 36 88 45 3C 0 31 2F 83 2B 25
Octal 66 210 105 74 0 61 57 203 53 45
Binary 110110 10001000 1000101 111100 0 110001 101111 10000011 101011 100101

Color Harmonies of #368845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368845

Black with #368845

Text Example


Text Example

White with #368845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368845; }

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

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

background-color css

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

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

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

border-color css

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

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

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