Html Css Color HEX #36825A Amazon

📋 copy color: '#36825A'

red 54 ◦ green 130 ◦ blue 90

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

Shades of Amazon #36825A

Tints of Amazon #36825A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 32.85%

R = 19.71%
G = 47.45%
B = 32.85%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#36825A (or 0x36825A) is known color: Amazon. HEX triplet: 36, 82 and 5A. RGB value is (54,130,90). Sum of RGB (Red+Green+Blue) = 54+130+90=274 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.71% from 274); Green value is 130 (51.17% from 255 or 47.45% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 130 - color contains mainly: green. Hex color #36825A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36825A is #C97DA5. Grayscale: #666666. Windows color (decimal): -13204902 or 5931574. OLE color: 5931574.

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

Color convert

RGB 54 130 90 -
CMYK 0.58 0 0.31 0.49
HSL 148.42º 0.41% 0.36% -
HSV(B) 148.42º 0.58% 0.51% -
XYZ 11.35 17.49 12.45 -
YUV 102.72 120.82 93.25 -
System Red Green Blue C M Y K H S L
Decimal 54 130 90 0.58 0 0.31 0.49 148.42 0.41 0.36
Hex 36 82 5A 3A 0 1F 31 94 29 24
Octal 66 202 132 72 0 37 61 224 51 44
Binary 110110 10000010 1011010 111010 0 11111 110001 10010100 101001 100100

Color Harmonies of #36825A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36825A

Black with #36825A

Text Example


Text Example

White with #36825A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36825A; }

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

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

background-color css

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

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

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

border-color css

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

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

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