Html Css Color HEX #368748 Amazon

📋 copy color: '#368748'

red 54 ◦ green 135 ◦ blue 72

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

Shades of Amazon #368748

Tints of Amazon #368748

RGB

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

 GREEN value IS 135 (53.13% from 255) = 51.72%

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

R = 20.69%
G = 51.72%
B = 27.59%

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

#368748 (or 0x368748) is known color: Amazon. HEX triplet: 36, 87 and 48. RGB value is (54,135,72). Sum of RGB (Red+Green+Blue) = 54+135+72=261 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.69% from 261); Green value is 135 (53.12% from 255 or 51.72% from 261); Blue value is 72 (28.52% from 255 or 27.59% from 261); Max value from RGB is 135 - color contains mainly: green. Hex color #368748 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368748 is #C978B7. Grayscale: #676767. Windows color (decimal): -13203640 or 4753206. OLE color: 4753206.

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

Color convert

RGB 54 135 72 -
CMYK 0.60 0 0.47 0.47
HSL 133.33º 0.43% 0.37% -
HSV(B) 133.33º 0.6% 0.53% -
XYZ 11.35 18.58 9.12 -
YUV 103.6 110.16 92.62 -
System Red Green Blue C M Y K H S L
Decimal 54 135 72 0.60 0 0.47 0.47 133.33 0.43 0.37
Hex 36 87 48 3C 0 2F 2F 85 2B 25
Octal 66 207 110 74 0 57 57 205 53 45
Binary 110110 10000111 1001000 111100 0 101111 101111 10000101 101011 100101

Color Harmonies of #368748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368748

Black with #368748

Text Example


Text Example

White with #368748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368748; }

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

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

background-color css

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

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

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

border-color css

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

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

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