Html Css Color HEX #368255 Amazon

📋 copy color: '#368255'

red 54 ◦ green 130 ◦ blue 85

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

Shades of Amazon #368255

Tints of Amazon #368255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 31.6%

R = 20.07%
G = 48.33%
B = 31.6%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#368255 (or 0x368255) is known color: Amazon. HEX triplet: 36, 82 and 55. RGB value is (54,130,85). Sum of RGB (Red+Green+Blue) = 54+130+85=269 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.07% from 269); Green value is 130 (51.17% from 255 or 48.33% from 269); Blue value is 85 (33.59% from 255 or 31.60% from 269); Max value from RGB is 130 - color contains mainly: green. Hex color #368255 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368255 is #C97DAA. Grayscale: #666666. Windows color (decimal): -13204907 or 5603894. OLE color: 5603894.

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

Color convert

RGB 54 130 85 -
CMYK 0.58 0 0.35 0.49
HSL 144.47º 0.41% 0.36% -
HSV(B) 144.47º 0.58% 0.51% -
XYZ 11.14 17.41 11.37 -
YUV 102.15 118.32 93.66 -
System Red Green Blue C M Y K H S L
Decimal 54 130 85 0.58 0 0.35 0.49 144.47 0.41 0.36
Hex 36 82 55 3A 0 23 31 90 29 24
Octal 66 202 125 72 0 43 61 220 51 44
Binary 110110 10000010 1010101 111010 0 100011 110001 10010000 101001 100100

Color Harmonies of #368255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368255

Black with #368255

Text Example


Text Example

White with #368255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368255; }

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

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

background-color css

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

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

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

border-color css

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

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

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