Html Css Color HEX #338258 Amazon

📋 copy color: '#338258'

red 51 ◦ green 130 ◦ blue 88

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

Shades of Amazon #338258

Tints of Amazon #338258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 32.71%

R = 18.96%
G = 48.33%
B = 32.71%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#338258 (or 0x338258) is known color: Amazon. HEX triplet: 33, 82 and 58. RGB value is (51,130,88). Sum of RGB (Red+Green+Blue) = 51+130+88=269 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.96% from 269); Green value is 130 (51.17% from 255 or 48.33% from 269); Blue value is 88 (34.77% from 255 or 32.71% from 269); Max value from RGB is 130 - color contains mainly: green. Hex color #338258 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338258 is #CC7DA7. Grayscale: #656565. Windows color (decimal): -13401512 or 5800499. OLE color: 5800499.

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

Color convert

RGB 51 130 88 -
CMYK 0.61 0 0.32 0.49
HSL 148.1º 0.44% 0.35% -
HSV(B) 148.1º 0.61% 0.51% -
XYZ 11.11 17.37 12 -
YUV 101.59 120.33 91.92 -
System Red Green Blue C M Y K H S L
Decimal 51 130 88 0.61 0 0.32 0.49 148.1 0.44 0.35
Hex 33 82 58 3D 0 20 31 94 2C 23
Octal 63 202 130 75 0 40 61 224 54 43
Binary 110011 10000010 1011000 111101 0 100000 110001 10010100 101100 100011

Color Harmonies of #338258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338258

Black with #338258

Text Example


Text Example

White with #338258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338258; }

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

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

background-color css

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

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

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

border-color css

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

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

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