Html Css Color HEX #338744 Amazon

📋 copy color: '#338744'

red 51 ◦ green 135 ◦ blue 68

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

Shades of Amazon #338744

Tints of Amazon #338744

RGB

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

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

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

R = 20.08%
G = 53.15%
B = 26.77%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.50

 K value IS 0.47

RGB Variations

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

Color information

#338744 (or 0x338744) is known color: Amazon. HEX triplet: 33, 87 and 44. RGB value is (51,135,68). Sum of RGB (Red+Green+Blue) = 51+135+68=254 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.08% from 254); Green value is 135 (53.12% from 255 or 53.15% from 254); Blue value is 68 (26.95% from 255 or 26.77% from 254); Max value from RGB is 135 - color contains mainly: green. Hex color #338744 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338744 is #CC78BB. Grayscale: #666666. Windows color (decimal): -13400252 or 4491059. OLE color: 4491059.

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

Color convert

RGB 51 135 68 -
CMYK 0.62 0 0.50 0.47
HSL 132.14º 0.45% 0.36% -
HSV(B) 132.14º 0.62% 0.53% -
XYZ 11.07 18.45 8.45 -
YUV 102.25 108.67 91.45 -
System Red Green Blue C M Y K H S L
Decimal 51 135 68 0.62 0 0.50 0.47 132.14 0.45 0.36
Hex 33 87 44 3E 0 32 2F 84 2D 24
Octal 63 207 104 76 0 62 57 204 55 44
Binary 110011 10000111 1000100 111110 0 110010 101111 10000100 101101 100100

Color Harmonies of #338744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338744

Black with #338744

Text Example


Text Example

White with #338744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338744; }

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

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

background-color css

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

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

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

border-color css

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

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

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