Html Css Color HEX #368648 Amazon

📋 copy color: '#368648'

red 54 ◦ green 134 ◦ blue 72

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

Shades of Amazon #368648

Tints of Amazon #368648

RGB

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

 GREEN value IS 134 (52.73% from 255) = 51.54%

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

R = 20.77%
G = 51.54%
B = 27.69%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#368648 (or 0x368648) is known color: Amazon. HEX triplet: 36, 86 and 48. RGB value is (54,134,72). Sum of RGB (Red+Green+Blue) = 54+134+72=260 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.77% from 260); Green value is 134 (52.73% from 255 or 51.54% from 260); Blue value is 72 (28.52% from 255 or 27.69% from 260); Max value from RGB is 134 - color contains mainly: green. Hex color #368648 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368648 is #C979B7. Grayscale: #676767. Windows color (decimal): -13203896 or 4752950. OLE color: 4752950.

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

Color convert

RGB 54 134 72 -
CMYK 0.60 0 0.46 0.47
HSL 133.5º 0.43% 0.37% -
HSV(B) 133.5º 0.6% 0.53% -
XYZ 11.22 18.3 9.07 -
YUV 103.01 110.5 93.04 -
System Red Green Blue C M Y K H S L
Decimal 54 134 72 0.60 0 0.46 0.47 133.5 0.43 0.37
Hex 36 86 48 3C 0 2E 2F 86 2B 25
Octal 66 206 110 74 0 56 57 206 53 45
Binary 110110 10000110 1001000 111100 0 101110 101111 10000110 101011 100101

Color Harmonies of #368648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368648

Black with #368648

Text Example


Text Example

White with #368648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368648; }

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

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

background-color css

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

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

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

border-color css

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

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

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