Html Css Color HEX #338251 Amazon

📋 copy color: '#338251'

red 51 ◦ green 130 ◦ blue 81

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

Shades of Amazon #338251

Tints of Amazon #338251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 30.92%

R = 19.47%
G = 49.62%
B = 30.92%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#338251 (or 0x338251) is known color: Amazon. HEX triplet: 33, 82 and 51. RGB value is (51,130,81). Sum of RGB (Red+Green+Blue) = 51+130+81=262 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.47% from 262); Green value is 130 (51.17% from 255 or 49.62% from 262); Blue value is 81 (32.03% from 255 or 30.92% from 262); Max value from RGB is 130 - color contains mainly: green. Hex color #338251 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338251 is #CC7DAE. Grayscale: #646464. Windows color (decimal): -13401519 or 5341747. OLE color: 5341747.

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

Color convert

RGB 51 130 81 -
CMYK 0.61 0 0.38 0.49
HSL 142.78º 0.44% 0.35% -
HSV(B) 142.78º 0.61% 0.51% -
XYZ 10.83 17.26 10.55 -
YUV 100.79 116.83 92.48 -
System Red Green Blue C M Y K H S L
Decimal 51 130 81 0.61 0 0.38 0.49 142.78 0.44 0.35
Hex 33 82 51 3D 0 26 31 8F 2C 23
Octal 63 202 121 75 0 46 61 217 54 43
Binary 110011 10000010 1010001 111101 0 100110 110001 10001111 101100 100011

Color Harmonies of #338251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338251

Black with #338251

Text Example


Text Example

White with #338251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338251; }

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

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

background-color css

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

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

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

border-color css

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

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

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