Html Css Color HEX #338745 Amazon

📋 copy color: '#338745'

red 51 ◦ green 135 ◦ blue 69

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

Shades of Amazon #338745

Tints of Amazon #338745

RGB

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

 GREEN value IS 135 (53.13% from 255) = 52.94%

 BLUE value IS 69 (27.34% from 255) = 27.06%

R = 20%
G = 52.94%
B = 27.06%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#338745 (or 0x338745) is known color: Amazon. HEX triplet: 33, 87 and 45. RGB value is (51,135,69). Sum of RGB (Red+Green+Blue) = 51+135+69=255 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20% from 255); Green value is 135 (53.12% from 255 or 52.94% from 255); Blue value is 69 (27.34% from 255 or 27.06% from 255); Max value from RGB is 135 - color contains mainly: green. Hex color #338745 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338745 is #CC78BA. Grayscale: #666666. Windows color (decimal): -13400251 or 4556595. OLE color: 4556595.

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

Color convert

RGB 51 135 69 -
CMYK 0.62 0 0.49 0.47
HSL 132.86º 0.45% 0.36% -
HSV(B) 132.86º 0.62% 0.53% -
XYZ 11.1 18.46 8.61 -
YUV 102.36 109.17 91.37 -
System Red Green Blue C M Y K H S L
Decimal 51 135 69 0.62 0 0.49 0.47 132.86 0.45 0.36
Hex 33 87 45 3E 0 31 2F 85 2D 24
Octal 63 207 105 76 0 61 57 205 55 44
Binary 110011 10000111 1000101 111110 0 110001 101111 10000101 101101 100100

Color Harmonies of #338745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338745

Black with #338745

Text Example


Text Example

White with #338745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338745; }

 p { color: rgb(51,135,69); }

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

background-color css

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

 a { background-color: rgb(51,135,69); }

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

border-color css

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

 span { border-color: rgb(51,135,69); }

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