Html Css Color HEX #368848 Amazon

📋 copy color: '#368848'

red 54 ◦ green 136 ◦ blue 72

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

Shades of Amazon #368848

Tints of Amazon #368848

RGB

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

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

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

R = 20.61%
G = 51.91%
B = 27.48%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#368848 (or 0x368848) is known color: Amazon. HEX triplet: 36, 88 and 48. RGB value is (54,136,72). Sum of RGB (Red+Green+Blue) = 54+136+72=262 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.61% from 262); Green value is 136 (53.52% from 255 or 51.91% from 262); Blue value is 72 (28.52% from 255 or 27.48% from 262); Max value from RGB is 136 - color contains mainly: green. Hex color #368848 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368848 is #C977B7. Grayscale: #686868. Windows color (decimal): -13203384 or 4753462. OLE color: 4753462.

HSL color Cylindrical-coordinate representation of color #368848: hue angle of 133.17º 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 #368848 is Cyan = 0.60, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB 54 136 72 -
CMYK 0.60 0 0.47 0.47
HSL 133.17º 0.43% 0.37% -
HSV(B) 133.17º 0.6% 0.53% -
XYZ 11.5 18.86 9.17 -
YUV 104.19 109.83 92.2 -
System Red Green Blue C M Y K H S L
Decimal 54 136 72 0.60 0 0.47 0.47 133.17 0.43 0.37
Hex 36 88 48 3C 0 2F 2F 85 2B 25
Octal 66 210 110 74 0 57 57 205 53 45
Binary 110110 10001000 1001000 111100 0 101111 101111 10000101 101011 100101

Color Harmonies of #368848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368848

Black with #368848

Text Example


Text Example

White with #368848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368848; }

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

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

background-color css

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

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

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

border-color css

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

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

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