Html Css Color HEX #368258 Amazon

📋 copy color: '#368258'

red 54 ◦ green 130 ◦ blue 88

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

Shades of Amazon #368258

Tints of Amazon #368258

RGB

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

 GREEN value IS 130 (51.17% from 255) = 47.79%

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

R = 19.85%
G = 47.79%
B = 32.35%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#368258 (or 0x368258) is known color: Amazon. HEX triplet: 36, 82 and 58. RGB value is (54,130,88). Sum of RGB (Red+Green+Blue) = 54+130+88=272 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.85% from 272); Green value is 130 (51.17% from 255 or 47.79% from 272); Blue value is 88 (34.77% from 255 or 32.35% from 272); Max value from RGB is 130 - color contains mainly: green. Hex color #368258 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368258 is #C97DA7. Grayscale: #666666. Windows color (decimal): -13204904 or 5800502. OLE color: 5800502.

HSL color Cylindrical-coordinate representation of color #368258: hue angle of 146.84º 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 #368258 is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 130 88 -
CMYK 0.58 0 0.32 0.49
HSL 146.84º 0.41% 0.36% -
HSV(B) 146.84º 0.58% 0.51% -
XYZ 11.27 17.45 12.01 -
YUV 102.49 119.82 93.42 -
System Red Green Blue C M Y K H S L
Decimal 54 130 88 0.58 0 0.32 0.49 146.84 0.41 0.36
Hex 36 82 58 3A 0 20 31 93 29 24
Octal 66 202 130 72 0 40 61 223 51 44
Binary 110110 10000010 1011000 111010 0 100000 110001 10010011 101001 100100

Color Harmonies of #368258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368258

Black with #368258

Text Example


Text Example

White with #368258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368258; }

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

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

background-color css

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

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

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

border-color css

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

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

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