Html Css Color HEX #368458 Amazon

📋 copy color: '#368458'

red 54 ◦ green 132 ◦ blue 88

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

Shades of Amazon #368458

Tints of Amazon #368458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 32.12%

R = 19.71%
G = 48.18%
B = 32.12%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#368458 (or 0x368458) is known color: Amazon. HEX triplet: 36, 84 and 58. RGB value is (54,132,88). Sum of RGB (Red+Green+Blue) = 54+132+88=274 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.71% from 274); Green value is 132 (51.95% from 255 or 48.18% from 274); Blue value is 88 (34.77% from 255 or 32.12% from 274); Max value from RGB is 132 - color contains mainly: green. Hex color #368458 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368458 is #C97BA7. Grayscale: #676767. Windows color (decimal): -13204392 or 5801014. OLE color: 5801014.

HSL color Cylindrical-coordinate representation of color #368458: hue angle of 146.15º 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 #368458 is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB 54 132 88 -
CMYK 0.59 0 0.33 0.48
HSL 146.15º 0.42% 0.36% -
HSV(B) 146.15º 0.59% 0.52% -
XYZ 11.53 17.99 12.1 -
YUV 103.66 119.16 92.58 -
System Red Green Blue C M Y K H S L
Decimal 54 132 88 0.59 0 0.33 0.48 146.15 0.42 0.36
Hex 36 84 58 3B 0 21 30 92 2A 24
Octal 66 204 130 73 0 41 60 222 52 44
Binary 110110 10000100 1011000 111011 0 100001 110000 10010010 101010 100100

Color Harmonies of #368458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368458

Black with #368458

Text Example


Text Example

White with #368458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368458; }

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

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

background-color css

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

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

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

border-color css

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

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

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