Html Css Color HEX #338748 Amazon

📋 copy color: '#338748'

red 51 ◦ green 135 ◦ blue 72

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

Shades of Amazon #338748

Tints of Amazon #338748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 27.91%

R = 19.77%
G = 52.33%
B = 27.91%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#338748 (or 0x338748) is known color: Amazon. HEX triplet: 33, 87 and 48. RGB value is (51,135,72). Sum of RGB (Red+Green+Blue) = 51+135+72=258 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.77% from 258); Green value is 135 (53.12% from 255 or 52.33% from 258); Blue value is 72 (28.52% from 255 or 27.91% from 258); Max value from RGB is 135 - color contains mainly: green. Hex color #338748 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338748 is #CC78B7. Grayscale: #666666. Windows color (decimal): -13400248 or 4753203. OLE color: 4753203.

HSL color Cylindrical-coordinate representation of color #338748: hue angle of 135º 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 #338748 is Cyan = 0.62, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB 51 135 72 -
CMYK 0.62 0 0.47 0.47
HSL 135º 0.45% 0.36% -
HSV(B) 135º 0.62% 0.53% -
XYZ 11.2 18.5 9.11 -
YUV 102.7 110.67 91.12 -
System Red Green Blue C M Y K H S L
Decimal 51 135 72 0.62 0 0.47 0.47 135 0.45 0.36
Hex 33 87 48 3E 0 2F 2F 87 2D 24
Octal 63 207 110 76 0 57 57 207 55 44
Binary 110011 10000111 1001000 111110 0 101111 101111 10000111 101101 100100

Color Harmonies of #338748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338748

Black with #338748

Text Example


Text Example

White with #338748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338748; }

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

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

background-color css

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

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

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

border-color css

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

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

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