Html Css Color HEX #338448 Amazon

📋 copy color: '#338448'

red 51 ◦ green 132 ◦ blue 72

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

Shades of Amazon #338448

Tints of Amazon #338448

RGB

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

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

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

R = 20%
G = 51.76%
B = 28.24%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#338448 (or 0x338448) is known color: Amazon. HEX triplet: 33, 84 and 48. RGB value is (51,132,72). Sum of RGB (Red+Green+Blue) = 51+132+72=255 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20% from 255); Green value is 132 (51.95% from 255 or 51.76% from 255); Blue value is 72 (28.52% from 255 or 28.24% from 255); Max value from RGB is 132 - color contains mainly: green. Hex color #338448 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338448 is #CC7BB7. Grayscale: #656565. Windows color (decimal): -13401016 or 4752435. OLE color: 4752435.

HSL color Cylindrical-coordinate representation of color #338448: hue angle of 135.56º 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 #338448 is Cyan = 0.61, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB 51 132 72 -
CMYK 0.61 0 0.45 0.48
HSL 135.56º 0.44% 0.36% -
HSV(B) 135.56º 0.61% 0.52% -
XYZ 10.79 17.67 8.97 -
YUV 100.94 111.66 92.38 -
System Red Green Blue C M Y K H S L
Decimal 51 132 72 0.61 0 0.45 0.48 135.56 0.44 0.36
Hex 33 84 48 3D 0 2D 30 88 2C 24
Octal 63 204 110 75 0 55 60 210 54 44
Binary 110011 10000100 1001000 111101 0 101101 110000 10001000 101100 100100

Color Harmonies of #338448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338448

Black with #338448

Text Example


Text Example

White with #338448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338448; }

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

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

background-color css

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

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

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

border-color css

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

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

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