Html Css Color HEX #368352 Amazon

📋 copy color: '#368352'

red 54 ◦ green 131 ◦ blue 82

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

Shades of Amazon #368352

Tints of Amazon #368352

RGB

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

 GREEN value IS 131 (51.56% from 255) = 49.06%

 BLUE value IS 82 (32.42% from 255) = 30.71%

R = 20.22%
G = 49.06%
B = 30.71%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#368352 (or 0x368352) is known color: Amazon. HEX triplet: 36, 83 and 52. RGB value is (54,131,82). Sum of RGB (Red+Green+Blue) = 54+131+82=267 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.22% from 267); Green value is 131 (51.56% from 255 or 49.06% from 267); Blue value is 82 (32.42% from 255 or 30.71% from 267); Max value from RGB is 131 - color contains mainly: green. Hex color #368352 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368352 is #C97CAD. Grayscale: #666666. Windows color (decimal): -13204654 or 5407542. OLE color: 5407542.

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

Color convert

RGB 54 131 82 -
CMYK 0.59 0 0.37 0.49
HSL 141.82º 0.42% 0.36% -
HSV(B) 141.82º 0.59% 0.51% -
XYZ 11.16 17.63 10.8 -
YUV 102.39 116.49 93.48 -
System Red Green Blue C M Y K H S L
Decimal 54 131 82 0.59 0 0.37 0.49 141.82 0.42 0.36
Hex 36 83 52 3B 0 25 31 8E 2A 24
Octal 66 203 122 73 0 45 61 216 52 44
Binary 110110 10000011 1010010 111011 0 100101 110001 10001110 101010 100100

Color Harmonies of #368352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368352

Black with #368352

Text Example


Text Example

White with #368352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368352; }

 p { color: rgb(54,131,82); }

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

background-color css

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

 a { background-color: rgb(54,131,82); }

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

border-color css

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

 span { border-color: rgb(54,131,82); }

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