Html Css Color HEX #348544 Amazon

📋 copy color: '#348544'

red 52 ◦ green 133 ◦ blue 68

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

Shades of Amazon #348544

Tints of Amazon #348544

RGB

 RED value IS 52 (20.7% from 255) = 20.55%

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

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

R = 20.55%
G = 52.57%
B = 26.88%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.49

 K value IS 0.48

RGB Variations

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

Color information

#348544 (or 0x348544) is known color: Amazon. HEX triplet: 34, 85 and 44. RGB value is (52,133,68). Sum of RGB (Red+Green+Blue) = 52+133+68=253 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.55% from 253); Green value is 133 (52.34% from 255 or 52.57% from 253); Blue value is 68 (26.95% from 255 or 26.88% from 253); Max value from RGB is 133 - color contains mainly: green. Hex color #348544 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348544 is #CB7ABB. Grayscale: #656565. Windows color (decimal): -13335228 or 4490548. OLE color: 4490548.

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

Color convert

RGB 52 133 68 -
CMYK 0.61 0 0.49 0.48
HSL 131.85º 0.44% 0.36% -
HSV(B) 131.85º 0.61% 0.52% -
XYZ 10.85 17.92 8.36 -
YUV 101.37 109.16 92.79 -
System Red Green Blue C M Y K H S L
Decimal 52 133 68 0.61 0 0.49 0.48 131.85 0.44 0.36
Hex 34 85 44 3D 0 31 30 84 2C 24
Octal 64 205 104 75 0 61 60 204 54 44
Binary 110100 10000101 1000100 111101 0 110001 110000 10000100 101100 100100

Color Harmonies of #348544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348544

Black with #348544

Text Example


Text Example

White with #348544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348544; }

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

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

background-color css

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

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

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

border-color css

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

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

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