Html Css Color HEX #368148 Amazon

📋 copy color: '#368148'

red 54 ◦ green 129 ◦ blue 72

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

Shades of Amazon #368148

Tints of Amazon #368148

RGB

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

 GREEN value IS 129 (50.78% from 255) = 50.59%

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

R = 21.18%
G = 50.59%
B = 28.24%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#368148 (or 0x368148) is known color: Amazon. HEX triplet: 36, 81 and 48. RGB value is (54,129,72). Sum of RGB (Red+Green+Blue) = 54+129+72=255 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.18% from 255); Green value is 129 (50.78% from 255 or 50.59% from 255); Blue value is 72 (28.52% from 255 or 28.24% from 255); Max value from RGB is 129 - color contains mainly: green. Hex color #368148 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368148 is #C97EB7. Grayscale: #646464. Windows color (decimal): -13205176 or 4751670. OLE color: 4751670.

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

Color convert

RGB 54 129 72 -
CMYK 0.58 0 0.44 0.49
HSL 134.4º 0.41% 0.36% -
HSV(B) 134.4º 0.58% 0.51% -
XYZ 10.54 16.95 8.85 -
YUV 100.08 112.15 95.13 -
System Red Green Blue C M Y K H S L
Decimal 54 129 72 0.58 0 0.44 0.49 134.4 0.41 0.36
Hex 36 81 48 3A 0 2C 31 86 29 24
Octal 66 201 110 72 0 54 61 206 51 44
Binary 110110 10000001 1001000 111010 0 101100 110001 10000110 101001 100100

Color Harmonies of #368148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368148

Black with #368148

Text Example


Text Example

White with #368148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368148; }

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

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

background-color css

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

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

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

border-color css

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

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

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