Html Css Color HEX #368348 Amazon

📋 copy color: '#368348'

red 54 ◦ green 131 ◦ blue 72

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

Shades of Amazon #368348

Tints of Amazon #368348

RGB

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

 GREEN value IS 131 (51.56% from 255) = 50.97%

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

R = 21.01%
G = 50.97%
B = 28.02%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#368348 (or 0x368348) is known color: Amazon. HEX triplet: 36, 83 and 48. RGB value is (54,131,72). Sum of RGB (Red+Green+Blue) = 54+131+72=257 (34% of max value = 765). Red value is 54 (21.48% from 255 or 21.01% from 257); Green value is 131 (51.56% from 255 or 50.97% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 131 - color contains mainly: green. Hex color #368348 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368348 is #C97CB7. Grayscale: #656565. Windows color (decimal): -13204664 or 4752182. OLE color: 4752182.

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

Color convert

RGB 54 131 72 -
CMYK 0.59 0 0.45 0.49
HSL 134.03º 0.42% 0.36% -
HSV(B) 134.03º 0.59% 0.51% -
XYZ 10.81 17.48 8.94 -
YUV 101.25 111.49 94.3 -
System Red Green Blue C M Y K H S L
Decimal 54 131 72 0.59 0 0.45 0.49 134.03 0.42 0.36
Hex 36 83 48 3B 0 2D 31 86 2A 24
Octal 66 203 110 73 0 55 61 206 52 44
Binary 110110 10000011 1001000 111011 0 101101 110001 10000110 101010 100100

Color Harmonies of #368348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368348

Black with #368348

Text Example


Text Example

White with #368348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368348; }

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

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

background-color css

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

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

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

border-color css

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

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

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