Html Css Color HEX #348644 Amazon

📋 copy color: '#348644'

red 52 ◦ green 134 ◦ blue 68

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

Shades of Amazon #348644

Tints of Amazon #348644

RGB

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

 GREEN value IS 134 (52.73% from 255) = 52.76%

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

R = 20.47%
G = 52.76%
B = 26.77%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#348644 (or 0x348644) is known color: Amazon. HEX triplet: 34, 86 and 44. RGB value is (52,134,68). Sum of RGB (Red+Green+Blue) = 52+134+68=254 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.47% from 254); Green value is 134 (52.73% from 255 or 52.76% from 254); Blue value is 68 (26.95% from 255 or 26.77% from 254); Max value from RGB is 134 - color contains mainly: green. Hex color #348644 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348644 is #CB79BB. Grayscale: #666666. Windows color (decimal): -13334972 or 4490804. OLE color: 4490804.

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

Color convert

RGB 52 134 68 -
CMYK 0.61 0 0.49 0.47
HSL 131.71º 0.44% 0.36% -
HSV(B) 131.71º 0.61% 0.53% -
XYZ 10.98 18.2 8.4 -
YUV 101.96 108.83 92.37 -
System Red Green Blue C M Y K H S L
Decimal 52 134 68 0.61 0 0.49 0.47 131.71 0.44 0.36
Hex 34 86 44 3D 0 31 2F 84 2C 24
Octal 64 206 104 75 0 61 57 204 54 44
Binary 110100 10000110 1000100 111101 0 110001 101111 10000100 101100 100100

Color Harmonies of #348644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348644

Black with #348644

Text Example


Text Example

White with #348644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348644; }

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

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

background-color css

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

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

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

border-color css

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

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

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