Html Css Color HEX #338544 Amazon

📋 copy color: '#338544'

red 51 ◦ green 133 ◦ blue 68

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

Shades of Amazon #338544

Tints of Amazon #338544

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.78%

 BLUE value IS 68 (26.95% from 255) = 26.98%

R = 20.24%
G = 52.78%
B = 26.98%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.49

 K value IS 0.48

RGB Variations

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

Color information

#338544 (or 0x338544) is known color: Amazon. HEX triplet: 33, 85 and 44. RGB value is (51,133,68). Sum of RGB (Red+Green+Blue) = 51+133+68=252 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.24% from 252); Green value is 133 (52.34% from 255 or 52.78% from 252); Blue value is 68 (26.95% from 255 or 26.98% from 252); Max value from RGB is 133 - color contains mainly: green. Hex color #338544 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338544 is #CC7ABB. Grayscale: #656565. Windows color (decimal): -13400764 or 4490547. OLE color: 4490547.

HSL color Cylindrical-coordinate representation of color #338544: hue angle of 132.44º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #338544 is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.48.

Color convert

RGB 51 133 68 -
CMYK 0.62 0 0.49 0.48
HSL 132.44º 0.45% 0.36% -
HSV(B) 132.44º 0.62% 0.52% -
XYZ 10.8 17.9 8.35 -
YUV 101.07 109.33 92.29 -
System Red Green Blue C M Y K H S L
Decimal 51 133 68 0.62 0 0.49 0.48 132.44 0.45 0.36
Hex 33 85 44 3E 0 31 30 84 2D 24
Octal 63 205 104 76 0 61 60 204 55 44
Binary 110011 10000101 1000100 111110 0 110001 110000 10000100 101101 100100

Color Harmonies of #338544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338544

Black with #338544

Text Example


Text Example

White with #338544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338544; }

 p { color: rgb(51,133,68); }

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

background-color css

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

 a { background-color: rgb(51,133,68); }

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

border-color css

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

 span { border-color: rgb(51,133,68); }

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