Html Css Color HEX #348844 Amazon

📋 copy color: '#348844'

red 52 ◦ green 136 ◦ blue 68

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

Shades of Amazon #348844

Tints of Amazon #348844

RGB

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

 GREEN value IS 136 (53.52% from 255) = 53.13%

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

R = 20.31%
G = 53.13%
B = 26.56%

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

#348844 (or 0x348844) is known color: Amazon. HEX triplet: 34, 88 and 44. RGB value is (52,136,68). Sum of RGB (Red+Green+Blue) = 52+136+68=256 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.31% from 256); Green value is 136 (53.52% from 255 or 53.12% from 256); Blue value is 68 (26.95% from 255 or 26.56% from 256); Max value from RGB is 136 - color contains mainly: green. Hex color #348844 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348844 is #CB77BB. Grayscale: #676767. Windows color (decimal): -13334460 or 4491316. OLE color: 4491316.

HSL color Cylindrical-coordinate representation of color #348844: hue angle of 131.43º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #348844 is Cyan = 0.62, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 136 68 -
CMYK 0.62 0 0.50 0.47
HSL 131.43º 0.45% 0.37% -
HSV(B) 131.43º 0.62% 0.53% -
XYZ 11.26 18.76 8.5 -
YUV 103.13 108.17 91.53 -
System Red Green Blue C M Y K H S L
Decimal 52 136 68 0.62 0 0.50 0.47 131.43 0.45 0.37
Hex 34 88 44 3E 0 32 2F 83 2D 25
Octal 64 210 104 76 0 62 57 203 55 45
Binary 110100 10001000 1000100 111110 0 110010 101111 10000011 101101 100101

Color Harmonies of #348844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348844

Black with #348844

Text Example


Text Example

White with #348844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348844; }

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

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

background-color css

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

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

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

border-color css

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

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

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