Html Css Color HEX #338644 Amazon

📋 copy color: '#338644'

red 51 ◦ green 134 ◦ blue 68

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

Shades of Amazon #338644

Tints of Amazon #338644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 26.88%

R = 20.16%
G = 52.96%
B = 26.88%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#338644 (or 0x338644) is known color: Amazon. HEX triplet: 33, 86 and 44. RGB value is (51,134,68). Sum of RGB (Red+Green+Blue) = 51+134+68=253 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.16% from 253); Green value is 134 (52.73% from 255 or 52.96% from 253); Blue value is 68 (26.95% from 255 or 26.88% from 253); Max value from RGB is 134 - color contains mainly: green. Hex color #338644 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338644 is #CC79BB. Grayscale: #656565. Windows color (decimal): -13400508 or 4490803. OLE color: 4490803.

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

Color convert

RGB 51 134 68 -
CMYK 0.62 0 0.49 0.47
HSL 132.29º 0.45% 0.36% -
HSV(B) 132.29º 0.62% 0.53% -
XYZ 10.93 18.17 8.4 -
YUV 101.66 109 91.87 -
System Red Green Blue C M Y K H S L
Decimal 51 134 68 0.62 0 0.49 0.47 132.29 0.45 0.36
Hex 33 86 44 3E 0 31 2F 84 2D 24
Octal 63 206 104 76 0 61 57 204 55 44
Binary 110011 10000110 1000100 111110 0 110001 101111 10000100 101101 100100

Color Harmonies of #338644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338644

Black with #338644

Text Example


Text Example

White with #338644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338644; }

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

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

background-color css

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

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

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

border-color css

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

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

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