Html Css Color HEX #307746 Amazon

📋 copy color: '#307746'

red 48 ◦ green 119 ◦ blue 70

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

Shades of Amazon #307746

Tints of Amazon #307746

RGB

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

 GREEN value IS 119 (46.88% from 255) = 50.21%

 BLUE value IS 70 (27.73% from 255) = 29.54%

R = 20.25%
G = 50.21%
B = 29.54%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.41

 K value IS 0.53

RGB Variations

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

Color information

#307746 (or 0x307746) is known color: Amazon. HEX triplet: 30, 77 and 46. RGB value is (48,119,70). Sum of RGB (Red+Green+Blue) = 48+119+70=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 119 (46.88% from 255 or 50.21% from 237); Blue value is 70 (27.73% from 255 or 29.54% from 237); Max value from RGB is 119 - color contains mainly: green. Hex color #307746 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307746 is #CF88B9. Grayscale: #5C5C5C. Windows color (decimal): -13600954 or 4618032. OLE color: 4618032.

HSL color Cylindrical-coordinate representation of color #307746: hue angle of 138.59º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #307746 is Cyan = 0.60, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 119 70 -
CMYK 0.60 0 0.41 0.53
HSL 138.59º 0.43% 0.33% -
HSV(B) 138.59º 0.6% 0.47% -
XYZ 8.92 14.26 8.08 -
YUV 92.19 115.48 96.48 -
System Red Green Blue C M Y K H S L
Decimal 48 119 70 0.60 0 0.41 0.53 138.59 0.43 0.33
Hex 30 77 46 3C 0 29 35 8B 2B 21
Octal 60 167 106 74 0 51 65 213 53 41
Binary 110000 1110111 1000110 111100 0 101001 110101 10001011 101011 100001

Color Harmonies of #307746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307746

Black with #307746

Text Example


Text Example

White with #307746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307746; }

 p { color: rgb(48,119,70); }

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

background-color css

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

 a { background-color: rgb(48,119,70); }

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

border-color css

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

 span { border-color: rgb(48,119,70); }

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