Html Css Color HEX #338452 Amazon

📋 copy color: '#338452'

red 51 ◦ green 132 ◦ blue 82

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

Shades of Amazon #338452

Tints of Amazon #338452

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 30.94%

R = 19.25%
G = 49.81%
B = 30.94%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#338452 (or 0x338452) is known color: Amazon. HEX triplet: 33, 84 and 52. RGB value is (51,132,82). Sum of RGB (Red+Green+Blue) = 51+132+82=265 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.25% from 265); Green value is 132 (51.95% from 255 or 49.81% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 132 - color contains mainly: green. Hex color #338452 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338452 is #CC7BAD. Grayscale: #666666. Windows color (decimal): -13401006 or 5407795. OLE color: 5407795.

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

Color convert

RGB 51 132 82 -
CMYK 0.61 0 0.38 0.48
HSL 142.96º 0.44% 0.36% -
HSV(B) 142.96º 0.61% 0.52% -
XYZ 11.14 17.82 10.83 -
YUV 102.08 116.66 91.57 -
System Red Green Blue C M Y K H S L
Decimal 51 132 82 0.61 0 0.38 0.48 142.96 0.44 0.36
Hex 33 84 52 3D 0 26 30 8F 2C 24
Octal 63 204 122 75 0 46 60 217 54 44
Binary 110011 10000100 1010010 111101 0 100110 110000 10001111 101100 100100

Color Harmonies of #338452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338452

Black with #338452

Text Example


Text Example

White with #338452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338452; }

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

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

background-color css

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

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

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

border-color css

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

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

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