Html Css Color HEX #348645 Amazon

📋 copy color: '#348645'

red 52 ◦ green 134 ◦ blue 69

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

Shades of Amazon #348645

Tints of Amazon #348645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 27.06%

R = 20.39%
G = 52.55%
B = 27.06%

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

#348645 (or 0x348645) is known color: Amazon. HEX triplet: 34, 86 and 45. RGB value is (52,134,69). Sum of RGB (Red+Green+Blue) = 52+134+69=255 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.39% from 255); Green value is 134 (52.73% from 255 or 52.55% from 255); Blue value is 69 (27.34% from 255 or 27.06% from 255); Max value from RGB is 134 - color contains mainly: green. Hex color #348645 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348645 is #CB79BA. Grayscale: #666666. Windows color (decimal): -13334971 or 4556340. OLE color: 4556340.

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

Color convert

RGB 52 134 69 -
CMYK 0.61 0 0.49 0.47
HSL 132.44º 0.44% 0.36% -
HSV(B) 132.44º 0.61% 0.53% -
XYZ 11.02 18.21 8.56 -
YUV 102.07 109.33 92.29 -
System Red Green Blue C M Y K H S L
Decimal 52 134 69 0.61 0 0.49 0.47 132.44 0.44 0.36
Hex 34 86 45 3D 0 31 2F 84 2C 24
Octal 64 206 105 75 0 61 57 204 54 44
Binary 110100 10000110 1000101 111101 0 110001 101111 10000100 101100 100100

Color Harmonies of #348645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348645

Black with #348645

Text Example


Text Example

White with #348645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348645; }

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

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

background-color css

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

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

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

border-color css

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

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

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