Html Css Color HEX #307544 Amazon

📋 copy color: '#307544'

red 48 ◦ green 117 ◦ blue 68

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

Shades of Amazon #307544

Tints of Amazon #307544

RGB

 RED value IS 48 (19.14% from 255) = 20.6%

 GREEN value IS 117 (46.09% from 255) = 50.21%

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

R = 20.6%
G = 50.21%
B = 29.18%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#307544 (or 0x307544) is known color: Amazon. HEX triplet: 30, 75 and 44. RGB value is (48,117,68). Sum of RGB (Red+Green+Blue) = 48+117+68=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 117 (46.09% from 255 or 50.21% from 233); Blue value is 68 (26.95% from 255 or 29.18% from 233); Max value from RGB is 117 - color contains mainly: green. Hex color #307544 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307544 is #CF8ABB. Grayscale: #5A5A5A. Windows color (decimal): -13601468 or 4486448. OLE color: 4486448.

HSL color Cylindrical-coordinate representation of color #307544: hue angle of 137.39º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #307544 is Cyan = 0.59, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 117 68 -
CMYK 0.59 0 0.42 0.54
HSL 137.39º 0.42% 0.32% -
HSV(B) 137.39º 0.59% 0.46% -
XYZ 8.62 13.77 7.67 -
YUV 90.78 115.14 97.48 -
System Red Green Blue C M Y K H S L
Decimal 48 117 68 0.59 0 0.42 0.54 137.39 0.42 0.32
Hex 30 75 44 3B 0 2A 36 89 2A 20
Octal 60 165 104 73 0 52 66 211 52 40
Binary 110000 1110101 1000100 111011 0 101010 110110 10001001 101010 100000

Color Harmonies of #307544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307544

Black with #307544

Text Example


Text Example

White with #307544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307544; }

 p { color: rgb(48,117,68); }

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

background-color css

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

 a { background-color: rgb(48,117,68); }

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

border-color css

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

 span { border-color: rgb(48,117,68); }

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