Html Css Color HEX #338144 Amazon

📋 copy color: '#338144'

red 51 ◦ green 129 ◦ blue 68

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

Shades of Amazon #338144

Tints of Amazon #338144

RGB

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

 GREEN value IS 129 (50.78% from 255) = 52.02%

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

R = 20.56%
G = 52.02%
B = 27.42%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#338144 (or 0x338144) is known color: Amazon. HEX triplet: 33, 81 and 44. RGB value is (51,129,68). Sum of RGB (Red+Green+Blue) = 51+129+68=248 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.56% from 248); Green value is 129 (50.78% from 255 or 52.02% from 248); Blue value is 68 (26.95% from 255 or 27.42% from 248); Max value from RGB is 129 - color contains mainly: green. Hex color #338144 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338144 is #CC7EBB. Grayscale: #626262. Windows color (decimal): -13401788 or 4489523. OLE color: 4489523.

HSL color Cylindrical-coordinate representation of color #338144: hue angle of 133.08º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #338144 is Cyan = 0.60, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 129 68 -
CMYK 0.60 0 0.47 0.49
HSL 133.08º 0.43% 0.35% -
HSV(B) 133.08º 0.6% 0.51% -
XYZ 10.26 16.82 8.18 -
YUV 98.72 110.66 93.96 -
System Red Green Blue C M Y K H S L
Decimal 51 129 68 0.60 0 0.47 0.49 133.08 0.43 0.35
Hex 33 81 44 3C 0 2F 31 85 2B 23
Octal 63 201 104 74 0 57 61 205 53 43
Binary 110011 10000001 1000100 111100 0 101111 110001 10000101 101011 100011

Color Harmonies of #338144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338144

Black with #338144

Text Example


Text Example

White with #338144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338144; }

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

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

background-color css

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

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

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

border-color css

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

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

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