Html Css Color HEX #338648 Amazon

📋 copy color: '#338648'

red 51 ◦ green 134 ◦ blue 72

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

Shades of Amazon #338648

Tints of Amazon #338648

RGB

 RED value IS 51 (20.31% from 255) = 19.84%

 GREEN value IS 134 (52.73% from 255) = 52.14%

 BLUE value IS 72 (28.52% from 255) = 28.02%

R = 19.84%
G = 52.14%
B = 28.02%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#338648 (or 0x338648) is known color: Amazon. HEX triplet: 33, 86 and 48. RGB value is (51,134,72). Sum of RGB (Red+Green+Blue) = 51+134+72=257 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.84% from 257); Green value is 134 (52.73% from 255 or 52.14% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 134 - color contains mainly: green. Hex color #338648 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338648 is #CC79B7. Grayscale: #666666. Windows color (decimal): -13400504 or 4752947. OLE color: 4752947.

HSL color Cylindrical-coordinate representation of color #338648: hue angle of 135.18º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #338648 is Cyan = 0.62, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 51 134 72 -
CMYK 0.62 0 0.46 0.47
HSL 135.18º 0.45% 0.36% -
HSV(B) 135.18º 0.62% 0.53% -
XYZ 11.06 18.22 9.07 -
YUV 102.12 111 91.54 -
System Red Green Blue C M Y K H S L
Decimal 51 134 72 0.62 0 0.46 0.47 135.18 0.45 0.36
Hex 33 86 48 3E 0 2E 2F 87 2D 24
Octal 63 206 110 76 0 56 57 207 55 44
Binary 110011 10000110 1001000 111110 0 101110 101111 10000111 101101 100100

Color Harmonies of #338648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338648

Black with #338648

Text Example


Text Example

White with #338648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338648; }

 p { color: rgb(51,134,72); }

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

background-color css

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

 a { background-color: rgb(51,134,72); }

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

border-color css

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

 span { border-color: rgb(51,134,72); }

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