Html Css Color HEX #338647 Amazon

📋 copy color: '#338647'

red 51 ◦ green 134 ◦ blue 71

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

Shades of Amazon #338647

Tints of Amazon #338647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 27.73%

R = 19.92%
G = 52.34%
B = 27.73%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#338647 (or 0x338647) is known color: Amazon. HEX triplet: 33, 86 and 47. RGB value is (51,134,71). Sum of RGB (Red+Green+Blue) = 51+134+71=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 134 (52.73% from 255 or 52.34% from 256); Blue value is 71 (28.12% from 255 or 27.73% from 256); Max value from RGB is 134 - color contains mainly: green. Hex color #338647 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338647 is #CC79B8. Grayscale: #666666. Windows color (decimal): -13400505 or 4687411. OLE color: 4687411.

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

Color convert

RGB 51 134 71 -
CMYK 0.62 0 0.47 0.47
HSL 134.46º 0.45% 0.36% -
HSV(B) 134.46º 0.62% 0.53% -
XYZ 11.03 18.21 8.89 -
YUV 102 110.5 91.62 -
System Red Green Blue C M Y K H S L
Decimal 51 134 71 0.62 0 0.47 0.47 134.46 0.45 0.36
Hex 33 86 47 3E 0 2F 2F 86 2D 24
Octal 63 206 107 76 0 57 57 206 55 44
Binary 110011 10000110 1000111 111110 0 101111 101111 10000110 101101 100100

Color Harmonies of #338647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338647

Black with #338647

Text Example


Text Example

White with #338647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338647; }

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

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

background-color css

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

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

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

border-color css

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

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

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