Html Css Color HEX #368448 Amazon

📋 copy color: '#368448'

red 54 ◦ green 132 ◦ blue 72

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

Shades of Amazon #368448

Tints of Amazon #368448

RGB

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

 GREEN value IS 132 (51.95% from 255) = 51.16%

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

R = 20.93%
G = 51.16%
B = 27.91%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#368448 (or 0x368448) is known color: Amazon. HEX triplet: 36, 84 and 48. RGB value is (54,132,72). Sum of RGB (Red+Green+Blue) = 54+132+72=258 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.93% from 258); Green value is 132 (51.95% from 255 or 51.16% from 258); Blue value is 72 (28.52% from 255 or 27.91% from 258); Max value from RGB is 132 - color contains mainly: green. Hex color #368448 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368448 is #C97BB7. Grayscale: #666666. Windows color (decimal): -13204408 or 4752438. OLE color: 4752438.

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

Color convert

RGB 54 132 72 -
CMYK 0.59 0 0.45 0.48
HSL 133.85º 0.42% 0.36% -
HSV(B) 133.85º 0.59% 0.52% -
XYZ 10.94 17.75 8.98 -
YUV 101.84 111.16 93.88 -
System Red Green Blue C M Y K H S L
Decimal 54 132 72 0.59 0 0.45 0.48 133.85 0.42 0.36
Hex 36 84 48 3B 0 2D 30 86 2A 24
Octal 66 204 110 73 0 55 60 206 52 44
Binary 110110 10000100 1001000 111011 0 101101 110000 10000110 101010 100100

Color Harmonies of #368448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368448

Black with #368448

Text Example


Text Example

White with #368448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368448; }

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

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

background-color css

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

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

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

border-color css

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

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

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