Html Css Color HEX #338253 Amazon

📋 copy color: '#338253'

red 51 ◦ green 130 ◦ blue 83

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

Shades of Amazon #338253

Tints of Amazon #338253

RGB

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

 GREEN value IS 130 (51.17% from 255) = 49.24%

 BLUE value IS 83 (32.81% from 255) = 31.44%

R = 19.32%
G = 49.24%
B = 31.44%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#338253 (or 0x338253) is known color: Amazon. HEX triplet: 33, 82 and 53. RGB value is (51,130,83). Sum of RGB (Red+Green+Blue) = 51+130+83=264 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.32% from 264); Green value is 130 (51.17% from 255 or 49.24% from 264); Blue value is 83 (32.81% from 255 or 31.44% from 264); Max value from RGB is 130 - color contains mainly: green. Hex color #338253 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338253 is #CC7DAC. Grayscale: #656565. Windows color (decimal): -13401517 or 5472819. OLE color: 5472819.

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

Color convert

RGB 51 130 83 -
CMYK 0.61 0 0.36 0.49
HSL 144.3º 0.44% 0.35% -
HSV(B) 144.3º 0.61% 0.51% -
XYZ 10.91 17.29 10.95 -
YUV 101.02 117.83 92.32 -
System Red Green Blue C M Y K H S L
Decimal 51 130 83 0.61 0 0.36 0.49 144.3 0.44 0.35
Hex 33 82 53 3D 0 24 31 90 2C 23
Octal 63 202 123 75 0 44 61 220 54 43
Binary 110011 10000010 1010011 111101 0 100100 110001 10010000 101100 100011

Color Harmonies of #338253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338253

Black with #338253

Text Example


Text Example

White with #338253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338253; }

 p { color: rgb(51,130,83); }

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

background-color css

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

 a { background-color: rgb(51,130,83); }

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

border-color css

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

 span { border-color: rgb(51,130,83); }

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