Html Css Color HEX #338447 Amazon

📋 copy color: '#338447'

red 51 ◦ green 132 ◦ blue 71

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

Shades of Amazon #338447

Tints of Amazon #338447

RGB

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

 GREEN value IS 132 (51.95% from 255) = 51.97%

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

R = 20.08%
G = 51.97%
B = 27.95%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#338447 (or 0x338447) is known color: Amazon. HEX triplet: 33, 84 and 47. RGB value is (51,132,71). Sum of RGB (Red+Green+Blue) = 51+132+71=254 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.08% from 254); Green value is 132 (51.95% from 255 or 51.97% from 254); Blue value is 71 (28.12% from 255 or 27.95% from 254); Max value from RGB is 132 - color contains mainly: green. Hex color #338447 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338447 is #CC7BB8. Grayscale: #646464. Windows color (decimal): -13401017 or 4686899. OLE color: 4686899.

HSL color Cylindrical-coordinate representation of color #338447: hue angle of 134.81º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #338447 is Cyan = 0.61, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.48.

Color convert

RGB 51 132 71 -
CMYK 0.61 0 0.46 0.48
HSL 134.81º 0.44% 0.36% -
HSV(B) 134.81º 0.61% 0.52% -
XYZ 10.75 17.66 8.8 -
YUV 100.83 111.16 92.46 -
System Red Green Blue C M Y K H S L
Decimal 51 132 71 0.61 0 0.46 0.48 134.81 0.44 0.36
Hex 33 84 47 3D 0 2E 30 87 2C 24
Octal 63 204 107 75 0 56 60 207 54 44
Binary 110011 10000100 1000111 111101 0 101110 110000 10000111 101100 100100

Color Harmonies of #338447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338447

Black with #338447

Text Example


Text Example

White with #338447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338447; }

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

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

background-color css

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

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

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

border-color css

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

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

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